Html Css Color HEX #FDC9DF Classic Rose

📋 copy color: '#FDC9DF'

red 253 ◦ green 201 ◦ blue 223

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

Shades of Classic Rose #FDC9DF

Tints of Classic Rose #FDC9DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 32.94%

R = 37.37%
G = 29.69%
B = 32.94%

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

#FDC9DF (or 0xFDC9DF) is known color: Classic Rose. HEX triplet: FD, C9 and DF. RGB value is (253,201,223). Sum of RGB (Red+Green+Blue) = 253+201+223=677 (89% of max value = 765). Red value is 253 (99.22% from 255 or 37.37% from 677); Green value is 201 (78.91% from 255 or 29.69% from 677); Blue value is 223 (87.5% from 255 or 32.94% from 677); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC9DF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDC9DF is #023620. Grayscale: #DBDBDB. Windows color (decimal): -144929 or 14666237. OLE color: 14666237.

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

Color convert

RGB 253 201 223 -
CMYK 0 0.21 0.12 0.01
HSL 334.62º 0.93% 0.89% -
HSV(B) 334.62º 0.21% 0.99% -
XYZ 74.71 67.98 79 -
YUV 219.06 130.23 152.21 -
System Red Green Blue C M Y K H S L
Decimal 253 201 223 0 0.21 0.12 0.01 334.62 0.93 0.89
Hex FD C9 DF 0 15 C 1 14F 5D 59
Octal 375 311 337 0 25 14 1 517 135 131
Binary 11111101 11001001 11011111 0 10101 1100 1 101001111 1011101 1011001

Color Harmonies of #FDC9DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDC9DF

Black with #FDC9DF

Text Example


Text Example

White with #FDC9DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDC9DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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