Html Css Color HEX #FAC5E7 Classic Rose

📋 copy color: '#FAC5E7'

red 250 ◦ green 197 ◦ blue 231

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

Shades of Classic Rose #FAC5E7

Tints of Classic Rose #FAC5E7

RGB

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

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

 BLUE value IS 231 (90.63% from 255) = 34.07%

R = 36.87%
G = 29.06%
B = 34.07%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.08

 K value IS 0.02

RGB Variations

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

Color information

#FAC5E7 (or 0xFAC5E7) is known color: Classic Rose. HEX triplet: FA, C5 and E7. RGB value is (250,197,231). Sum of RGB (Red+Green+Blue) = 250+197+231=678 (89% of max value = 765). Red value is 250 (98.05% from 255 or 36.87% from 678); Green value is 197 (77.34% from 255 or 29.06% from 678); Blue value is 231 (90.62% from 255 or 34.07% from 678); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC5E7 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FAC5E7 is #053A18. Grayscale: #D8D8D8. Windows color (decimal): -342553 or 15189498. OLE color: 15189498.

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

Color convert

RGB 250 197 231 -
CMYK 0 0.21 0.08 0.02
HSL 321.51º 0.84% 0.88% -
HSV(B) 321.51º 0.21% 0.98% -
XYZ 73.81 66.03 84.46 -
YUV 216.72 136.06 151.74 -
System Red Green Blue C M Y K H S L
Decimal 250 197 231 0 0.21 0.08 0.02 321.51 0.84 0.88
Hex FA C5 E7 0 15 8 2 142 54 58
Octal 372 305 347 0 25 10 2 502 124 130
Binary 11111010 11000101 11100111 0 10101 1000 10 101000010 1010100 1011000

Color Harmonies of #FAC5E7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAC5E7

Black with #FAC5E7

Text Example


Text Example

White with #FAC5E7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAC5E7; }

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

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

background-color css

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

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

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

border-color css

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

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

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