Html Css Color HEX #FEC3EF Classic Rose

📋 copy color: '#FEC3EF'

red 254 ◦ green 195 ◦ blue 239

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

Shades of Classic Rose #FEC3EF

Tints of Classic Rose #FEC3EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 34.74%

R = 36.92%
G = 28.34%
B = 34.74%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.06

 K value IS 0.00

RGB Variations

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

Color information

#FEC3EF (or 0xFEC3EF) is known color: Classic Rose. HEX triplet: FE, C3 and EF. RGB value is (254,195,239). Sum of RGB (Red+Green+Blue) = 254+195+239=688 (91% of max value = 765). Red value is 254 (99.61% from 255 or 36.92% from 688); Green value is 195 (76.56% from 255 or 28.34% from 688); Blue value is 239 (93.75% from 255 or 34.74% from 688); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC3EF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FEC3EF is #013C10. Grayscale: #D9D9D9. Windows color (decimal): -80913 or 15713278. OLE color: 15713278.

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

Color convert

RGB 254 195 239 -
CMYK 0 0.23 0.06 0.00
HSL 315.25º 0.97% 0.88% -
HSV(B) 315.25º 0.23% 1% -
XYZ 75.97 66.33 90.46 -
YUV 217.66 140.05 153.92 -
System Red Green Blue C M Y K H S L
Decimal 254 195 239 0 0.23 0.06 0.00 315.25 0.97 0.88
Hex FE C3 EF 0 17 6 0 13B 61 58
Octal 376 303 357 0 27 6 0 473 141 130
Binary 11111110 11000011 11101111 0 10111 110 0 100111011 1100001 1011000

Color Harmonies of #FEC3EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEC3EF

Black with #FEC3EF

Text Example


Text Example

White with #FEC3EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEC3EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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