Html Css Color HEX #FAA8C7 Carnation Pink

📋 copy color: '#FAA8C7'

red 250 ◦ green 168 ◦ blue 199

#FAA8C7
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Carnation Pink #FAA8C7

Tints of Carnation Pink #FAA8C7

RGB

 RED value IS 250 (98.05% from 255) = 40.52%

 GREEN value IS 168 (66.02% from 255) = 27.23%

 BLUE value IS 199 (78.13% from 255) = 32.25%

R = 40.52%
G = 27.23%
B = 32.25%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.20

 K value IS 0.02

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#FAA8C7 (or 0xFAA8C7) is known color: Carnation Pink. HEX triplet: FA, A8 and C7. RGB value is (250,168,199). Sum of RGB (Red+Green+Blue) = 250+168+199=617 (81% of max value = 765). Red value is 250 (98.05% from 255 or 40.52% from 617); Green value is 168 (66.02% from 255 or 27.23% from 617); Blue value is 199 (78.12% from 255 or 32.25% from 617); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA8C7 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FAA8C7 is #055738. Grayscale: #C4C4C4. Windows color (decimal): -350009 or 13084922. OLE color: 13084922.

HSL color Cylindrical-coordinate representation of color #FAA8C7: hue angle of 337.32º degrees, saturation: 0.89, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #FAA8C7 is Cyan = 0, Magento = 0.33, Yellow = 0.20 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 168 199 -
CMYK 0 0.33 0.20 0.02
HSL 337.32º 0.89% 0.82% -
HSV(B) 337.32º 0.33% 0.98% -
XYZ 63.74 52.45 60.8 -
YUV 196.05 129.67 166.48 -
System Red Green Blue C M Y K H S L
Decimal 250 168 199 0 0.33 0.20 0.02 337.32 0.89 0.82
Hex FA A8 C7 0 21 14 2 151 59 52
Octal 372 250 307 0 41 24 2 521 131 122
Binary 11111010 10101000 11000111 0 100001 10100 10 101010001 1011001 1010010

Color Harmonies of #FAA8C7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAA8C7

Black with #FAA8C7

Text Example


Text Example

White with #FAA8C7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAA8C7; }

 p { color: rgb(250,168,199); }

 H1.HeaderClassName
 {
   color: #FAA8C7;
 }
 .AnyTagClassName
 {
   color: #FAA8C7;
 }
</style>

background-color css

<style>
 a { background-color: #FAA8C7; }

 a { background-color: rgb(250,168,199); }

 div.DivClassName
 {
   background-color: #FAA8C7;
 }
 .BgClassName
 {
   background-color: #FAA8C7;
 }
</style>

border-color css

<style>
 span { border-color: #FAA8C7; }

 span { border-color: rgb(250,168,199); }

 td.TdClassName
 {
   border-color: #FAA8C7;
 }
 .TagClassName
 {
   border-color: #FAA8C7;
 }
</style>