Html Css Color HEX #FDC9DE Classic Rose

📋 copy color: '#FDC9DE'

red 253 ◦ green 201 ◦ blue 222

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

Shades of Classic Rose #FDC9DE

Tints of Classic Rose #FDC9DE

RGB

 RED value IS 253 (99.22% from 255) = 37.43%

 GREEN value IS 201 (78.91% from 255) = 29.73%

 BLUE value IS 222 (87.11% from 255) = 32.84%

R = 37.43%
G = 29.73%
B = 32.84%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.12

 K value IS 0.01

RGB Variations

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

Color information

#FDC9DE (or 0xFDC9DE) is known color: Classic Rose. HEX triplet: FD, C9 and DE. RGB value is (253,201,222). Sum of RGB (Red+Green+Blue) = 253+201+222=676 (89% of max value = 765). Red value is 253 (99.22% from 255 or 37.43% from 676); Green value is 201 (78.91% from 255 or 29.73% from 676); Blue value is 222 (87.11% from 255 or 32.84% from 676); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC9DE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDC9DE is #023621. Grayscale: #DADADA. Windows color (decimal): -144930 or 14600701. OLE color: 14600701.

HSL color Cylindrical-coordinate representation of color #FDC9DE: hue angle of 335.77º degrees, saturation: 0.93, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #FDC9DE is Cyan = 0, Magento = 0.21, Yellow = 0.12 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 201 222 -
CMYK 0 0.21 0.12 0.01
HSL 335.77º 0.93% 0.89% -
HSV(B) 335.77º 0.21% 0.99% -
XYZ 74.58 67.93 78.29 -
YUV 218.94 129.73 152.29 -
System Red Green Blue C M Y K H S L
Decimal 253 201 222 0 0.21 0.12 0.01 335.77 0.93 0.89
Hex FD C9 DE 0 15 C 1 150 5D 59
Octal 375 311 336 0 25 14 1 520 135 131
Binary 11111101 11001001 11011110 0 10101 1100 1 101010000 1011101 1011001

Color Harmonies of #FDC9DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDC9DE

Black with #FDC9DE

Text Example


Text Example

White with #FDC9DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDC9DE; }

 p { color: rgb(253,201,222); }

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

background-color css

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

 a { background-color: rgb(253,201,222); }

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

border-color css

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

 span { border-color: rgb(253,201,222); }

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