Html Css Color HEX #FDC8DB Classic Rose

📋 copy color: '#FDC8DB'

red 253 ◦ green 200 ◦ blue 219

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

Shades of Classic Rose #FDC8DB

Tints of Classic Rose #FDC8DB

RGB

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

 GREEN value IS 200 (78.52% from 255) = 29.76%

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

R = 37.65%
G = 29.76%
B = 32.59%

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

#FDC8DB (or 0xFDC8DB) is known color: Classic Rose. HEX triplet: FD, C8 and DB. RGB value is (253,200,219). Sum of RGB (Red+Green+Blue) = 253+200+219=672 (89% of max value = 765). Red value is 253 (99.22% from 255 or 37.65% from 672); Green value is 200 (78.52% from 255 or 29.76% from 672); Blue value is 219 (85.94% from 255 or 32.59% from 672); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC8DB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDC8DB is #023724. Grayscale: #D9D9D9. Windows color (decimal): -145189 or 14403837. OLE color: 14403837.

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

Color convert

RGB 253 200 219 -
CMYK 0 0.21 0.13 0.01
HSL 338.49º 0.93% 0.89% -
HSV(B) 338.49º 0.21% 0.99% -
XYZ 73.95 67.31 76.11 -
YUV 218.01 128.56 152.96 -
System Red Green Blue C M Y K H S L
Decimal 253 200 219 0 0.21 0.13 0.01 338.49 0.93 0.89
Hex FD C8 DB 0 15 D 1 152 5D 59
Octal 375 310 333 0 25 15 1 522 135 131
Binary 11111101 11001000 11011011 0 10101 1101 1 101010010 1011101 1011001

Color Harmonies of #FDC8DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDC8DB

Black with #FDC8DB

Text Example


Text Example

White with #FDC8DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDC8DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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