Html Css Color HEX #FEC3DE Classic Rose

📋 copy color: '#FEC3DE'

red 254 ◦ green 195 ◦ blue 222

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

Shades of Classic Rose #FEC3DE

Tints of Classic Rose #FEC3DE

RGB

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

 GREEN value IS 195 (76.56% from 255) = 29.06%

 BLUE value IS 222 (87.11% from 255) = 33.08%

R = 37.85%
G = 29.06%
B = 33.08%

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

#FEC3DE (or 0xFEC3DE) is known color: Classic Rose. HEX triplet: FE, C3 and DE. RGB value is (254,195,222). Sum of RGB (Red+Green+Blue) = 254+195+222=671 (88% of max value = 765). Red value is 254 (99.61% from 255 or 37.85% from 671); Green value is 195 (76.56% from 255 or 29.06% from 671); Blue value is 222 (87.11% from 255 or 33.08% from 671); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC3DE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEC3DE is #013C21. Grayscale: #D7D7D7. Windows color (decimal): -80930 or 14599166. OLE color: 14599166.

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

Color convert

RGB 254 195 222 -
CMYK 0 0.23 0.13 0.00
HSL 332.54º 0.97% 0.88% -
HSV(B) 332.54º 0.23% 1% -
XYZ 73.57 65.37 77.85 -
YUV 215.72 131.55 155.3 -
System Red Green Blue C M Y K H S L
Decimal 254 195 222 0 0.23 0.13 0.00 332.54 0.97 0.88
Hex FE C3 DE 0 17 D 0 14D 61 58
Octal 376 303 336 0 27 15 0 515 141 130
Binary 11111110 11000011 11011110 0 10111 1101 0 101001101 1100001 1011000

Color Harmonies of #FEC3DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEC3DE

Black with #FEC3DE

Text Example


Text Example

White with #FEC3DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEC3DE; }

 p { color: rgb(254,195,222); }

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

background-color css

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

 a { background-color: rgb(254,195,222); }

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

border-color css

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

 span { border-color: rgb(254,195,222); }

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