Html Css Color HEX #F9CAE0 Classic Rose

📋 copy color: '#F9CAE0'

red 249 ◦ green 202 ◦ blue 224

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

Shades of Classic Rose #F9CAE0

Tints of Classic Rose #F9CAE0

RGB

 RED value IS 249 (97.66% from 255) = 36.89%

 GREEN value IS 202 (79.3% from 255) = 29.93%

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

R = 36.89%
G = 29.93%
B = 33.19%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.10

 K value IS 0.02

RGB Variations

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

Color information

#F9CAE0 (or 0xF9CAE0) is known color: Classic Rose. HEX triplet: F9, CA and E0. RGB value is (249,202,224). Sum of RGB (Red+Green+Blue) = 249+202+224=675 (89% of max value = 765). Red value is 249 (97.66% from 255 or 36.89% from 675); Green value is 202 (79.30% from 255 or 29.93% from 675); Blue value is 224 (87.89% from 255 or 33.19% from 675); Max value from RGB is 249 - color contains mainly: red. Hex color #F9CAE0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F9CAE0 is #06351F. Grayscale: #DADADA. Windows color (decimal): -406816 or 14732025. OLE color: 14732025.

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

Color convert

RGB 249 202 224 -
CMYK 0 0.19 0.10 0.02
HSL 331.91º 0.8% 0.88% -
HSV(B) 331.91º 0.19% 0.98% -
XYZ 73.64 67.76 79.72 -
YUV 218.56 131.07 149.71 -
System Red Green Blue C M Y K H S L
Decimal 249 202 224 0 0.19 0.10 0.02 331.91 0.8 0.88
Hex F9 CA E0 0 13 A 2 14C 50 58
Octal 371 312 340 0 23 12 2 514 120 130
Binary 11111001 11001010 11100000 0 10011 1010 10 101001100 1010000 1011000

Color Harmonies of #F9CAE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9CAE0

Black with #F9CAE0

Text Example


Text Example

White with #F9CAE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9CAE0; }

 p { color: rgb(249,202,224); }

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

background-color css

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

 a { background-color: rgb(249,202,224); }

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

border-color css

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

 span { border-color: rgb(249,202,224); }

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