Html Css Color HEX #FAC5E9 Classic Rose

📋 copy color: '#FAC5E9'

red 250 ◦ green 197 ◦ blue 233

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

Shades of Classic Rose #FAC5E9

Tints of Classic Rose #FAC5E9

RGB

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

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

 BLUE value IS 233 (91.41% from 255) = 34.26%

R = 36.76%
G = 28.97%
B = 34.26%

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

#FAC5E9 (or 0xFAC5E9) is known color: Classic Rose. HEX triplet: FA, C5 and E9. RGB value is (250,197,233). Sum of RGB (Red+Green+Blue) = 250+197+233=680 (90% of max value = 765). Red value is 250 (98.05% from 255 or 36.76% from 680); Green value is 197 (77.34% from 255 or 28.97% from 680); Blue value is 233 (91.41% from 255 or 34.26% from 680); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC5E9 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FAC5E9 is #053A16. Grayscale: #D8D8D8. Windows color (decimal): -342551 or 15320570. OLE color: 15320570.

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

Color convert

RGB 250 197 233 -
CMYK 0 0.21 0.07 0.02
HSL 319.25º 0.84% 0.88% -
HSV(B) 319.25º 0.21% 0.98% -
XYZ 74.1 66.14 85.95 -
YUV 216.95 137.06 151.57 -
System Red Green Blue C M Y K H S L
Decimal 250 197 233 0 0.21 0.07 0.02 319.25 0.84 0.88
Hex FA C5 E9 0 15 7 2 13F 54 58
Octal 372 305 351 0 25 7 2 477 124 130
Binary 11111010 11000101 11101001 0 10101 111 10 100111111 1010100 1011000

Color Harmonies of #FAC5E9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAC5E9

Black with #FAC5E9

Text Example


Text Example

White with #FAC5E9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAC5E9; }

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

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

background-color css

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

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

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

border-color css

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

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

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