Html Css Color HEX #F9CADF Classic Rose

📋 copy color: '#F9CADF'

red 249 ◦ green 202 ◦ blue 223

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

Shades of Classic Rose #F9CADF

Tints of Classic Rose #F9CADF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 33.09%

R = 36.94%
G = 29.97%
B = 33.09%

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

#F9CADF (or 0xF9CADF) is known color: Classic Rose. HEX triplet: F9, CA and DF. RGB value is (249,202,223). Sum of RGB (Red+Green+Blue) = 249+202+223=674 (89% of max value = 765). Red value is 249 (97.66% from 255 or 36.94% from 674); Green value is 202 (79.30% from 255 or 29.97% from 674); Blue value is 223 (87.5% from 255 or 33.09% from 674); Max value from RGB is 249 - color contains mainly: red. Hex color #F9CADF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F9CADF is #063520. Grayscale: #DADADA. Windows color (decimal): -406817 or 14666489. OLE color: 14666489.

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

Color convert

RGB 249 202 223 -
CMYK 0 0.19 0.10 0.02
HSL 333.19º 0.8% 0.88% -
HSV(B) 333.19º 0.19% 0.98% -
XYZ 73.51 67.71 79.01 -
YUV 218.45 130.57 149.79 -
System Red Green Blue C M Y K H S L
Decimal 249 202 223 0 0.19 0.10 0.02 333.19 0.8 0.88
Hex F9 CA DF 0 13 A 2 14D 50 58
Octal 371 312 337 0 23 12 2 515 120 130
Binary 11111001 11001010 11011111 0 10011 1010 10 101001101 1010000 1011000

Color Harmonies of #F9CADF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9CADF

Black with #F9CADF

Text Example


Text Example

White with #F9CADF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9CADF; }

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

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

background-color css

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

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

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

border-color css

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

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

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