Html Css Color HEX #FDC4DB Classic Rose

📋 copy color: '#FDC4DB'

red 253 ◦ green 196 ◦ blue 219

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

Shades of Classic Rose #FDC4DB

Tints of Classic Rose #FDC4DB

RGB

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

 GREEN value IS 196 (76.95% from 255) = 29.34%

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

R = 37.87%
G = 29.34%
B = 32.78%

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

#FDC4DB (or 0xFDC4DB) is known color: Classic Rose. HEX triplet: FD, C4 and DB. RGB value is (253,196,219). Sum of RGB (Red+Green+Blue) = 253+196+219=668 (88% of max value = 765). Red value is 253 (99.22% from 255 or 37.87% from 668); Green value is 196 (76.95% from 255 or 29.34% from 668); Blue value is 219 (85.94% from 255 or 32.78% from 668); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC4DB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDC4DB is #023B24. Grayscale: #D7D7D7. Windows color (decimal): -146213 or 14402813. OLE color: 14402813.

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

Color convert

RGB 253 196 219 -
CMYK 0 0.23 0.13 0.01
HSL 335.79º 0.93% 0.88% -
HSV(B) 335.79º 0.23% 0.99% -
XYZ 73.03 65.48 75.81 -
YUV 215.67 129.88 154.63 -
System Red Green Blue C M Y K H S L
Decimal 253 196 219 0 0.23 0.13 0.01 335.79 0.93 0.88
Hex FD C4 DB 0 17 D 1 150 5D 58
Octal 375 304 333 0 27 15 1 520 135 130
Binary 11111101 11000100 11011011 0 10111 1101 1 101010000 1011101 1011000

Color Harmonies of #FDC4DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDC4DB

Black with #FDC4DB

Text Example


Text Example

White with #FDC4DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDC4DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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