Html Css Color HEX #FDC4DA Classic Rose

📋 copy color: '#FDC4DA'

red 253 ◦ green 196 ◦ blue 218

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

Shades of Classic Rose #FDC4DA

Tints of Classic Rose #FDC4DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 32.68%

R = 37.93%
G = 29.39%
B = 32.68%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.14

 K value IS 0.01

RGB Variations

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

Color information

#FDC4DA (or 0xFDC4DA) is known color: Classic Rose. HEX triplet: FD, C4 and DA. RGB value is (253,196,218). Sum of RGB (Red+Green+Blue) = 253+196+218=667 (88% of max value = 765). Red value is 253 (99.22% from 255 or 37.93% from 667); Green value is 196 (76.95% from 255 or 29.39% from 667); Blue value is 218 (85.55% from 255 or 32.68% from 667); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC4DA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDC4DA is #023B25. Grayscale: #D7D7D7. Windows color (decimal): -146214 or 14337277. OLE color: 14337277.

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

Color convert

RGB 253 196 218 -
CMYK 0 0.23 0.14 0.01
HSL 336.84º 0.93% 0.88% -
HSV(B) 336.84º 0.23% 0.99% -
XYZ 72.9 65.42 75.12 -
YUV 215.55 129.38 154.71 -
System Red Green Blue C M Y K H S L
Decimal 253 196 218 0 0.23 0.14 0.01 336.84 0.93 0.88
Hex FD C4 DA 0 17 E 1 151 5D 58
Octal 375 304 332 0 27 16 1 521 135 130
Binary 11111101 11000100 11011010 0 10111 1110 1 101010001 1011101 1011000

Color Harmonies of #FDC4DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDC4DA

Black with #FDC4DA

Text Example


Text Example

White with #FDC4DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDC4DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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