Html Css Color HEX #FAC5E8 Classic Rose

📋 copy color: '#FAC5E8'

red 250 ◦ green 197 ◦ blue 232

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

Shades of Classic Rose #FAC5E8

Tints of Classic Rose #FAC5E8

RGB

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

 GREEN value IS 197 (77.34% from 255) = 29.01%

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

R = 36.82%
G = 29.01%
B = 34.17%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.07

 K value IS 0.02

RGB Variations

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

Color information

#FAC5E8 (or 0xFAC5E8) is known color: Classic Rose. HEX triplet: FA, C5 and E8. RGB value is (250,197,232). Sum of RGB (Red+Green+Blue) = 250+197+232=679 (89% of max value = 765). Red value is 250 (98.05% from 255 or 36.82% from 679); Green value is 197 (77.34% from 255 or 29.01% from 679); Blue value is 232 (91.02% from 255 or 34.17% from 679); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC5E8 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FAC5E8 is #053A17. Grayscale: #D8D8D8. Windows color (decimal): -342552 or 15255034. OLE color: 15255034.

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

Color convert

RGB 250 197 232 -
CMYK 0 0.21 0.07 0.02
HSL 320.38º 0.84% 0.88% -
HSV(B) 320.38º 0.21% 0.98% -
XYZ 73.96 66.08 85.2 -
YUV 216.84 136.56 151.65 -
System Red Green Blue C M Y K H S L
Decimal 250 197 232 0 0.21 0.07 0.02 320.38 0.84 0.88
Hex FA C5 E8 0 15 7 2 140 54 58
Octal 372 305 350 0 25 7 2 500 124 130
Binary 11111010 11000101 11101000 0 10101 111 10 101000000 1010100 1011000

Color Harmonies of #FAC5E8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAC5E8

Black with #FAC5E8

Text Example


Text Example

White with #FAC5E8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAC5E8; }

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

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

background-color css

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

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

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

border-color css

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

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

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