Html Css Color HEX #FAC9E8 Classic Rose

📋 copy color: '#FAC9E8'

red 250 ◦ green 201 ◦ blue 232

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

Shades of Classic Rose #FAC9E8

Tints of Classic Rose #FAC9E8

RGB

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

 GREEN value IS 201 (78.91% from 255) = 29.43%

 BLUE value IS 232 (91.02% from 255) = 33.97%

R = 36.6%
G = 29.43%
B = 33.97%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.07

 K value IS 0.02

RGB Variations

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

Color information

#FAC9E8 (or 0xFAC9E8) is known color: Classic Rose. HEX triplet: FA, C9 and E8. RGB value is (250,201,232). Sum of RGB (Red+Green+Blue) = 250+201+232=683 (90% of max value = 765). Red value is 250 (98.05% from 255 or 36.60% from 683); Green value is 201 (78.91% from 255 or 29.43% from 683); Blue value is 232 (91.02% from 255 or 33.97% from 683); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC9E8 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FAC9E8 is #053617. Grayscale: #DBDBDB. Windows color (decimal): -341528 or 15256058. OLE color: 15256058.

HSL color Cylindrical-coordinate representation of color #FAC9E8: hue angle of 322.04º degrees, saturation: 0.83, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #FAC9E8 is Cyan = 0, Magento = 0.20, Yellow = 0.07 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 201 232 -
CMYK 0 0.20 0.07 0.02
HSL 322.04º 0.83% 0.88% -
HSV(B) 322.04º 0.2% 0.98% -
XYZ 74.88 67.92 85.51 -
YUV 219.19 135.23 149.98 -
System Red Green Blue C M Y K H S L
Decimal 250 201 232 0 0.20 0.07 0.02 322.04 0.83 0.88
Hex FA C9 E8 0 14 7 2 142 53 58
Octal 372 311 350 0 24 7 2 502 123 130
Binary 11111010 11001001 11101000 0 10100 111 10 101000010 1010011 1011000

Color Harmonies of #FAC9E8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAC9E8

Black with #FAC9E8

Text Example


Text Example

White with #FAC9E8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAC9E8; }

 p { color: rgb(250,201,232); }

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

background-color css

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

 a { background-color: rgb(250,201,232); }

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

border-color css

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

 span { border-color: rgb(250,201,232); }

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