Html Css Color HEX #FEC4DD Classic Rose

📋 copy color: '#FEC4DD'

red 254 ◦ green 196 ◦ blue 221

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

Shades of Classic Rose #FEC4DD

Tints of Classic Rose #FEC4DD

RGB

 RED value IS 254 (99.61% from 255) = 37.85%

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

 BLUE value IS 221 (86.72% from 255) = 32.94%

R = 37.85%
G = 29.21%
B = 32.94%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.13

 K value IS 0.00

RGB Variations

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

Color information

#FEC4DD (or 0xFEC4DD) is known color: Classic Rose. HEX triplet: FE, C4 and DD. RGB value is (254,196,221). Sum of RGB (Red+Green+Blue) = 254+196+221=671 (88% of max value = 765). Red value is 254 (99.61% from 255 or 37.85% from 671); Green value is 196 (76.95% from 255 or 29.21% from 671); Blue value is 221 (86.72% from 255 or 32.94% from 671); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC4DD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEC4DD is #013B22. Grayscale: #D8D8D8. Windows color (decimal): -80675 or 14533886. OLE color: 14533886.

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

Color convert

RGB 254 196 221 -
CMYK 0 0.23 0.13 0.00
HSL 334.14º 0.97% 0.88% -
HSV(B) 334.14º 0.23% 1% -
XYZ 73.66 65.77 77.22 -
YUV 216.19 130.72 154.97 -
System Red Green Blue C M Y K H S L
Decimal 254 196 221 0 0.23 0.13 0.00 334.14 0.97 0.88
Hex FE C4 DD 0 17 D 0 14E 61 58
Octal 376 304 335 0 27 15 0 516 141 130
Binary 11111110 11000100 11011101 0 10111 1101 0 101001110 1100001 1011000

Color Harmonies of #FEC4DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEC4DD

Black with #FEC4DD

Text Example


Text Example

White with #FEC4DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEC4DD; }

 p { color: rgb(254,196,221); }

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

background-color css

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

 a { background-color: rgb(254,196,221); }

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

border-color css

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

 span { border-color: rgb(254,196,221); }

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