Html Css Color HEX #F9CAE7 Classic Rose

📋 copy color: '#F9CAE7'

red 249 ◦ green 202 ◦ blue 231

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

Shades of Classic Rose #F9CAE7

Tints of Classic Rose #F9CAE7

RGB

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

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

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

R = 36.51%
G = 29.62%
B = 33.87%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.07

 K value IS 0.02

RGB Variations

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

Color information

#F9CAE7 (or 0xF9CAE7) is known color: Classic Rose. HEX triplet: F9, CA and E7. RGB value is (249,202,231). Sum of RGB (Red+Green+Blue) = 249+202+231=682 (90% of max value = 765). Red value is 249 (97.66% from 255 or 36.51% from 682); Green value is 202 (79.30% from 255 or 29.62% from 682); Blue value is 231 (90.62% from 255 or 33.87% from 682); Max value from RGB is 249 - color contains mainly: red. Hex color #F9CAE7 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F9CAE7 is #063518. Grayscale: #DBDBDB. Windows color (decimal): -406809 or 15190777. OLE color: 15190777.

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

Color convert

RGB 249 202 231 -
CMYK 0 0.19 0.07 0.02
HSL 322.98º 0.8% 0.88% -
HSV(B) 322.98º 0.19% 0.98% -
XYZ 74.61 68.15 84.82 -
YUV 219.36 134.57 149.14 -
System Red Green Blue C M Y K H S L
Decimal 249 202 231 0 0.19 0.07 0.02 322.98 0.8 0.88
Hex F9 CA E7 0 13 7 2 143 50 58
Octal 371 312 347 0 23 7 2 503 120 130
Binary 11111001 11001010 11100111 0 10011 111 10 101000011 1010000 1011000

Color Harmonies of #F9CAE7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9CAE7

Black with #F9CAE7

Text Example


Text Example

White with #F9CAE7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9CAE7; }

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

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

background-color css

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

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

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

border-color css

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

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

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