Html Css Color HEX #FDC2DB Classic Rose

📋 copy color: '#FDC2DB'

red 253 ◦ green 194 ◦ blue 219

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

Shades of Classic Rose #FDC2DB

Tints of Classic Rose #FDC2DB

RGB

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

 GREEN value IS 194 (76.17% from 255) = 29.13%

 BLUE value IS 219 (85.94% from 255) = 32.88%

R = 37.99%
G = 29.13%
B = 32.88%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.13

 K value IS 0.01

RGB Variations

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

Color information

#FDC2DB (or 0xFDC2DB) is known color: Classic Rose. HEX triplet: FD, C2 and DB. RGB value is (253,194,219). Sum of RGB (Red+Green+Blue) = 253+194+219=666 (88% of max value = 765). Red value is 253 (99.22% from 255 or 37.99% from 666); Green value is 194 (76.17% from 255 or 29.13% from 666); Blue value is 219 (85.94% from 255 or 32.88% from 666); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC2DB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDC2DB is #023D24. Grayscale: #D6D6D6. Windows color (decimal): -146725 or 14402301. OLE color: 14402301.

HSL color Cylindrical-coordinate representation of color #FDC2DB: hue angle of 334.58º degrees, saturation: 0.94, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #FDC2DB is Cyan = 0, Magento = 0.23, Yellow = 0.13 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 194 219 -
CMYK 0 0.23 0.13 0.01
HSL 334.58º 0.94% 0.88% -
HSV(B) 334.58º 0.23% 0.99% -
XYZ 72.59 64.58 75.66 -
YUV 214.49 130.55 155.47 -
System Red Green Blue C M Y K H S L
Decimal 253 194 219 0 0.23 0.13 0.01 334.58 0.94 0.88
Hex FD C2 DB 0 17 D 1 14F 5E 58
Octal 375 302 333 0 27 15 1 517 136 130
Binary 11111101 11000010 11011011 0 10111 1101 1 101001111 1011110 1011000

Color Harmonies of #FDC2DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDC2DB

Black with #FDC2DB

Text Example


Text Example

White with #FDC2DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDC2DB; }

 p { color: rgb(253,194,219); }

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

background-color css

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

 a { background-color: rgb(253,194,219); }

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

border-color css

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

 span { border-color: rgb(253,194,219); }

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