Html Css Color HEX #FAC5E0 Classic Rose

📋 copy color: '#FAC5E0'

red 250 ◦ green 197 ◦ blue 224

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

Shades of Classic Rose #FAC5E0

Tints of Classic Rose #FAC5E0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 33.38%

R = 37.26%
G = 29.36%
B = 33.38%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.10

 K value IS 0.02

RGB Variations

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

Color information

#FAC5E0 (or 0xFAC5E0) is known color: Classic Rose. HEX triplet: FA, C5 and E0. RGB value is (250,197,224). Sum of RGB (Red+Green+Blue) = 250+197+224=671 (88% of max value = 765). Red value is 250 (98.05% from 255 or 37.26% from 671); Green value is 197 (77.34% from 255 or 29.36% from 671); Blue value is 224 (87.89% from 255 or 33.38% from 671); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC5E0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FAC5E0 is #053A1F. Grayscale: #D7D7D7. Windows color (decimal): -342560 or 14730746. OLE color: 14730746.

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

Color convert

RGB 250 197 224 -
CMYK 0 0.21 0.10 0.02
HSL 329.43º 0.84% 0.88% -
HSV(B) 329.43º 0.21% 0.98% -
XYZ 72.85 65.64 79.35 -
YUV 215.93 132.56 152.3 -
System Red Green Blue C M Y K H S L
Decimal 250 197 224 0 0.21 0.10 0.02 329.43 0.84 0.88
Hex FA C5 E0 0 15 A 2 149 54 58
Octal 372 305 340 0 25 12 2 511 124 130
Binary 11111010 11000101 11100000 0 10101 1010 10 101001001 1010100 1011000

Color Harmonies of #FAC5E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAC5E0

Black with #FAC5E0

Text Example


Text Example

White with #FAC5E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAC5E0; }

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

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

background-color css

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

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

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

border-color css

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

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

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