Html Css Color HEX #F9CAE1 Classic Rose

📋 copy color: '#F9CAE1'

red 249 ◦ green 202 ◦ blue 225

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

Shades of Classic Rose #F9CAE1

Tints of Classic Rose #F9CAE1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 33.28%

R = 36.83%
G = 29.88%
B = 33.28%

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

#F9CAE1 (or 0xF9CAE1) is known color: Classic Rose. HEX triplet: F9, CA and E1. RGB value is (249,202,225). Sum of RGB (Red+Green+Blue) = 249+202+225=676 (89% of max value = 765). Red value is 249 (97.66% from 255 or 36.83% from 676); Green value is 202 (79.30% from 255 or 29.88% from 676); Blue value is 225 (88.28% from 255 or 33.28% from 676); Max value from RGB is 249 - color contains mainly: red. Hex color #F9CAE1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F9CAE1 is #06351E. Grayscale: #DADADA. Windows color (decimal): -406815 or 14797561. OLE color: 14797561.

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

Color convert

RGB 249 202 225 -
CMYK 0 0.19 0.10 0.02
HSL 330.64º 0.8% 0.88% -
HSV(B) 330.64º 0.19% 0.98% -
XYZ 73.78 67.82 80.44 -
YUV 218.68 131.57 149.63 -
System Red Green Blue C M Y K H S L
Decimal 249 202 225 0 0.19 0.10 0.02 330.64 0.8 0.88
Hex F9 CA E1 0 13 A 2 14B 50 58
Octal 371 312 341 0 23 12 2 513 120 130
Binary 11111001 11001010 11100001 0 10011 1010 10 101001011 1010000 1011000

Color Harmonies of #F9CAE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9CAE1

Black with #F9CAE1

Text Example


Text Example

White with #F9CAE1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9CAE1; }

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

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

background-color css

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

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

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

border-color css

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

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

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