Html Css Color HEX #FDC4E0 Classic Rose

📋 copy color: '#FDC4E0'

red 253 ◦ green 196 ◦ blue 224

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

Shades of Classic Rose #FDC4E0

Tints of Classic Rose #FDC4E0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 33.28%

R = 37.59%
G = 29.12%
B = 33.28%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.11

 K value IS 0.01

RGB Variations

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

Color information

#FDC4E0 (or 0xFDC4E0) is known color: Classic Rose. HEX triplet: FD, C4 and E0. RGB value is (253,196,224). Sum of RGB (Red+Green+Blue) = 253+196+224=673 (89% of max value = 765). Red value is 253 (99.22% from 255 or 37.59% from 673); Green value is 196 (76.95% from 255 or 29.12% from 673); Blue value is 224 (87.89% from 255 or 33.28% from 673); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC4E0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDC4E0 is #023B1F. Grayscale: #D8D8D8. Windows color (decimal): -146208 or 14730493. OLE color: 14730493.

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

Color convert

RGB 253 196 224 -
CMYK 0 0.23 0.11 0.01
HSL 330.53º 0.93% 0.88% -
HSV(B) 330.53º 0.23% 0.99% -
XYZ 73.7 65.74 79.33 -
YUV 216.24 132.38 154.22 -
System Red Green Blue C M Y K H S L
Decimal 253 196 224 0 0.23 0.11 0.01 330.53 0.93 0.88
Hex FD C4 E0 0 17 B 1 14B 5D 58
Octal 375 304 340 0 27 13 1 513 135 130
Binary 11111101 11000100 11100000 0 10111 1011 1 101001011 1011101 1011000

Color Harmonies of #FDC4E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDC4E0

Black with #FDC4E0

Text Example


Text Example

White with #FDC4E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDC4E0; }

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

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

background-color css

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

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

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

border-color css

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

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

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