Html Css Color HEX #F9CDE9 Classic Rose

📋 copy color: '#F9CDE9'

red 249 ◦ green 205 ◦ blue 233

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

Shades of Classic Rose #F9CDE9

Tints of Classic Rose #F9CDE9

RGB

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

 GREEN value IS 205 (80.47% from 255) = 29.84%

 BLUE value IS 233 (91.41% from 255) = 33.92%

R = 36.24%
G = 29.84%
B = 33.92%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.06

 K value IS 0.02

RGB Variations

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

Color information

#F9CDE9 (or 0xF9CDE9) is known color: Classic Rose. HEX triplet: F9, CD and E9. RGB value is (249,205,233). Sum of RGB (Red+Green+Blue) = 249+205+233=687 (90% of max value = 765). Red value is 249 (97.66% from 255 or 36.24% from 687); Green value is 205 (80.47% from 255 or 29.84% from 687); Blue value is 233 (91.41% from 255 or 33.92% from 687); Max value from RGB is 249 - color contains mainly: red. Hex color #F9CDE9 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F9CDE9 is #063216. Grayscale: #DDDDDD. Windows color (decimal): -406039 or 15322617. OLE color: 15322617.

HSL color Cylindrical-coordinate representation of color #F9CDE9: hue angle of 321.82º degrees, saturation: 0.79, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #F9CDE9 is Cyan = 0, Magento = 0.18, Yellow = 0.06 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 205 233 -
CMYK 0 0.18 0.06 0.02
HSL 321.82º 0.79% 0.89% -
HSV(B) 321.82º 0.18% 0.98% -
XYZ 75.61 69.69 86.56 -
YUV 221.35 134.58 147.72 -
System Red Green Blue C M Y K H S L
Decimal 249 205 233 0 0.18 0.06 0.02 321.82 0.79 0.89
Hex F9 CD E9 0 12 6 2 142 4F 59
Octal 371 315 351 0 22 6 2 502 117 131
Binary 11111001 11001101 11101001 0 10010 110 10 101000010 1001111 1011001

Color Harmonies of #F9CDE9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9CDE9

Black with #F9CDE9

Text Example


Text Example

White with #F9CDE9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9CDE9; }

 p { color: rgb(249,205,233); }

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

background-color css

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

 a { background-color: rgb(249,205,233); }

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

border-color css

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

 span { border-color: rgb(249,205,233); }

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