Html Css Color HEX #F9CAE3 Classic Rose

📋 copy color: '#F9CAE3'

red 249 ◦ green 202 ◦ blue 227

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

Shades of Classic Rose #F9CAE3

Tints of Classic Rose #F9CAE3

RGB

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

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

 BLUE value IS 227 (89.06% from 255) = 33.48%

R = 36.73%
G = 29.79%
B = 33.48%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.09

 K value IS 0.02

RGB Variations

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

Color information

#F9CAE3 (or 0xF9CAE3) is known color: Classic Rose. HEX triplet: F9, CA and E3. RGB value is (249,202,227). Sum of RGB (Red+Green+Blue) = 249+202+227=678 (89% of max value = 765). Red value is 249 (97.66% from 255 or 36.73% from 678); Green value is 202 (79.30% from 255 or 29.79% from 678); Blue value is 227 (89.06% from 255 or 33.48% from 678); Max value from RGB is 249 - color contains mainly: red. Hex color #F9CAE3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F9CAE3 is #06351C. Grayscale: #DADADA. Windows color (decimal): -406813 or 14928633. OLE color: 14928633.

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

Color convert

RGB 249 202 227 -
CMYK 0 0.19 0.09 0.02
HSL 328.09º 0.8% 0.88% -
HSV(B) 328.09º 0.19% 0.98% -
XYZ 74.05 67.93 81.88 -
YUV 218.9 132.57 149.47 -
System Red Green Blue C M Y K H S L
Decimal 249 202 227 0 0.19 0.09 0.02 328.09 0.8 0.88
Hex F9 CA E3 0 13 9 2 148 50 58
Octal 371 312 343 0 23 11 2 510 120 130
Binary 11111001 11001010 11100011 0 10011 1001 10 101001000 1010000 1011000

Color Harmonies of #F9CAE3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9CAE3

Black with #F9CAE3

Text Example


Text Example

White with #F9CAE3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9CAE3; }

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

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

background-color css

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

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

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

border-color css

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

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

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