Html Css Color HEX #F9CDE5 Classic Rose

📋 copy color: '#F9CDE5'

red 249 ◦ green 205 ◦ blue 229

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

Shades of Classic Rose #F9CDE5

Tints of Classic Rose #F9CDE5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 33.53%

R = 36.46%
G = 30.01%
B = 33.53%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.08

 K value IS 0.02

RGB Variations

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

Color information

#F9CDE5 (or 0xF9CDE5) is known color: Classic Rose. HEX triplet: F9, CD and E5. RGB value is (249,205,229). Sum of RGB (Red+Green+Blue) = 249+205+229=683 (90% of max value = 765). Red value is 249 (97.66% from 255 or 36.46% from 683); Green value is 205 (80.47% from 255 or 30.01% from 683); Blue value is 229 (89.84% from 255 or 33.53% from 683); Max value from RGB is 249 - color contains mainly: red. Hex color #F9CDE5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F9CDE5 is #06321A. Grayscale: #DCDCDC. Windows color (decimal): -406043 or 15060473. OLE color: 15060473.

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

Color convert

RGB 249 205 229 -
CMYK 0 0.18 0.08 0.02
HSL 327.27º 0.79% 0.89% -
HSV(B) 327.27º 0.18% 0.98% -
XYZ 75.04 69.46 83.58 -
YUV 220.89 132.58 148.05 -
System Red Green Blue C M Y K H S L
Decimal 249 205 229 0 0.18 0.08 0.02 327.27 0.79 0.89
Hex F9 CD E5 0 12 8 2 147 4F 59
Octal 371 315 345 0 22 10 2 507 117 131
Binary 11111001 11001101 11100101 0 10010 1000 10 101000111 1001111 1011001

Color Harmonies of #F9CDE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9CDE5

Black with #F9CDE5

Text Example


Text Example

White with #F9CDE5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9CDE5; }

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

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

background-color css

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

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

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

border-color css

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

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

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