Html Css Color HEX #FAA8C8 Carnation Pink

📋 copy color: '#FAA8C8'

red 250 ◦ green 168 ◦ blue 200

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

Shades of Carnation Pink #FAA8C8

Tints of Carnation Pink #FAA8C8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 32.36%

R = 40.45%
G = 27.18%
B = 32.36%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.2

 K value IS 0.02

RGB Variations

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

Color information

#FAA8C8 (or 0xFAA8C8) is known color: Carnation Pink. HEX triplet: FA, A8 and C8. RGB value is (250,168,200). Sum of RGB (Red+Green+Blue) = 250+168+200=618 (81% of max value = 765). Red value is 250 (98.05% from 255 or 40.45% from 618); Green value is 168 (66.02% from 255 or 27.18% from 618); Blue value is 200 (78.52% from 255 or 32.36% from 618); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA8C8 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FAA8C8 is #055737. Grayscale: #C4C4C4. Windows color (decimal): -350008 or 13150458. OLE color: 13150458.

HSL color Cylindrical-coordinate representation of color #FAA8C8: hue angle of 336.59º 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 #FAA8C8 is Cyan = 0, Magento = 0.33, Yellow = 0.2 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 168 200 -
CMYK 0 0.33 0.2 0.02
HSL 336.59º 0.89% 0.82% -
HSV(B) 336.59º 0.33% 0.98% -
XYZ 63.85 52.5 61.41 -
YUV 196.17 130.17 166.4 -
System Red Green Blue C M Y K H S L
Decimal 250 168 200 0 0.33 0.2 0.02 336.59 0.89 0.82
Hex FA A8 C8 0 21 14 2 151 59 52
Octal 372 250 310 0 41 24 2 521 131 122
Binary 11111010 10101000 11001000 0 100001 10100 10 101010001 1011001 1010010

Color Harmonies of #FAA8C8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAA8C8

Black with #FAA8C8

Text Example


Text Example

White with #FAA8C8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAA8C8; }

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

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

background-color css

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

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

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

border-color css

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

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

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