Html Css Color HEX #FAC5E5 Classic Rose

📋 copy color: '#FAC5E5'

red 250 ◦ green 197 ◦ blue 229

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

Shades of Classic Rose #FAC5E5

Tints of Classic Rose #FAC5E5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 33.88%

R = 36.98%
G = 29.14%
B = 33.88%

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

#FAC5E5 (or 0xFAC5E5) is known color: Classic Rose. HEX triplet: FA, C5 and E5. RGB value is (250,197,229). Sum of RGB (Red+Green+Blue) = 250+197+229=676 (89% of max value = 765). Red value is 250 (98.05% from 255 or 36.98% from 676); Green value is 197 (77.34% from 255 or 29.14% from 676); Blue value is 229 (89.84% from 255 or 33.88% from 676); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC5E5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FAC5E5 is #053A1A. Grayscale: #D8D8D8. Windows color (decimal): -342555 or 15058426. OLE color: 15058426.

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

Color convert

RGB 250 197 229 -
CMYK 0 0.21 0.08 0.02
HSL 323.77º 0.84% 0.88% -
HSV(B) 323.77º 0.21% 0.98% -
XYZ 73.53 65.91 82.98 -
YUV 216.5 135.06 151.9 -
System Red Green Blue C M Y K H S L
Decimal 250 197 229 0 0.21 0.08 0.02 323.77 0.84 0.88
Hex FA C5 E5 0 15 8 2 144 54 58
Octal 372 305 345 0 25 10 2 504 124 130
Binary 11111010 11000101 11100101 0 10101 1000 10 101000100 1010100 1011000

Color Harmonies of #FAC5E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAC5E5

Black with #FAC5E5

Text Example


Text Example

White with #FAC5E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAC5E5; }

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

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

background-color css

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

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

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

border-color css

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

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

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