Html Css Color HEX #F9CDE6 Classic Rose

📋 copy color: '#F9CDE6'

red 249 ◦ green 205 ◦ blue 230

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

Shades of Classic Rose #F9CDE6

Tints of Classic Rose #F9CDE6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 33.63%

R = 36.4%
G = 29.97%
B = 33.63%

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

#F9CDE6 (or 0xF9CDE6) is known color: Classic Rose. HEX triplet: F9, CD and E6. RGB value is (249,205,230). Sum of RGB (Red+Green+Blue) = 249+205+230=684 (90% of max value = 765). Red value is 249 (97.66% from 255 or 36.40% from 684); Green value is 205 (80.47% from 255 or 29.97% from 684); Blue value is 230 (90.23% from 255 or 33.63% from 684); Max value from RGB is 249 - color contains mainly: red. Hex color #F9CDE6 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F9CDE6 is #063219. Grayscale: #DCDCDC. Windows color (decimal): -406042 or 15126009. OLE color: 15126009.

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

Color convert

RGB 249 205 230 -
CMYK 0 0.18 0.08 0.02
HSL 325.91º 0.79% 0.89% -
HSV(B) 325.91º 0.18% 0.98% -
XYZ 75.18 69.52 84.32 -
YUV 221.01 133.08 147.97 -
System Red Green Blue C M Y K H S L
Decimal 249 205 230 0 0.18 0.08 0.02 325.91 0.79 0.89
Hex F9 CD E6 0 12 8 2 146 4F 59
Octal 371 315 346 0 22 10 2 506 117 131
Binary 11111001 11001101 11100110 0 10010 1000 10 101000110 1001111 1011001

Color Harmonies of #F9CDE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9CDE6

Black with #F9CDE6

Text Example


Text Example

White with #F9CDE6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9CDE6; }

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

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

background-color css

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

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

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

border-color css

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

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

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