Html Css Color HEX #FDC9DC Classic Rose

📋 copy color: '#FDC9DC'

red 253 ◦ green 201 ◦ blue 220

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

Shades of Classic Rose #FDC9DC

Tints of Classic Rose #FDC9DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 32.64%

R = 37.54%
G = 29.82%
B = 32.64%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.13

 K value IS 0.01

RGB Variations

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

Color information

#FDC9DC (or 0xFDC9DC) is known color: Classic Rose. HEX triplet: FD, C9 and DC. RGB value is (253,201,220). Sum of RGB (Red+Green+Blue) = 253+201+220=674 (89% of max value = 765). Red value is 253 (99.22% from 255 or 37.54% from 674); Green value is 201 (78.91% from 255 or 29.82% from 674); Blue value is 220 (86.33% from 255 or 32.64% from 674); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC9DC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDC9DC is #023623. Grayscale: #DADADA. Windows color (decimal): -144932 or 14469629. OLE color: 14469629.

HSL color Cylindrical-coordinate representation of color #FDC9DC: hue angle of 338.08º 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 #FDC9DC is Cyan = 0, Magento = 0.21, Yellow = 0.13 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 201 220 -
CMYK 0 0.21 0.13 0.01
HSL 338.08º 0.93% 0.89% -
HSV(B) 338.08º 0.21% 0.99% -
XYZ 74.31 67.82 76.88 -
YUV 218.71 128.73 152.46 -
System Red Green Blue C M Y K H S L
Decimal 253 201 220 0 0.21 0.13 0.01 338.08 0.93 0.89
Hex FD C9 DC 0 15 D 1 152 5D 59
Octal 375 311 334 0 25 15 1 522 135 131
Binary 11111101 11001001 11011100 0 10101 1101 1 101010010 1011101 1011001

Color Harmonies of #FDC9DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDC9DC

Black with #FDC9DC

Text Example


Text Example

White with #FDC9DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDC9DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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