Html Css Color HEX #FEC2EB Classic Rose

📋 copy color: '#FEC2EB'

red 254 ◦ green 194 ◦ blue 235

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

Shades of Classic Rose #FEC2EB

Tints of Classic Rose #FEC2EB

RGB

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

 GREEN value IS 194 (76.17% from 255) = 28.4%

 BLUE value IS 235 (92.19% from 255) = 34.41%

R = 37.19%
G = 28.4%
B = 34.41%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.07

 K value IS 0.00

RGB Variations

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

Color information

#FEC2EB (or 0xFEC2EB) is known color: Classic Rose. HEX triplet: FE, C2 and EB. RGB value is (254,194,235). Sum of RGB (Red+Green+Blue) = 254+194+235=683 (90% of max value = 765). Red value is 254 (99.61% from 255 or 37.19% from 683); Green value is 194 (76.17% from 255 or 28.40% from 683); Blue value is 235 (92.19% from 255 or 34.41% from 683); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC2EB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FEC2EB is #013D14. Grayscale: #D8D8D8. Windows color (decimal): -81173 or 15450878. OLE color: 15450878.

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

Color convert

RGB 254 194 235 -
CMYK 0 0.24 0.07 0.00
HSL 319º 0.97% 0.88% -
HSV(B) 319º 0.24% 1% -
XYZ 75.16 65.65 87.31 -
YUV 216.61 138.38 154.67 -
System Red Green Blue C M Y K H S L
Decimal 254 194 235 0 0.24 0.07 0.00 319 0.97 0.88
Hex FE C2 EB 0 18 7 0 13F 61 58
Octal 376 302 353 0 30 7 0 477 141 130
Binary 11111110 11000010 11101011 0 11000 111 0 100111111 1100001 1011000

Color Harmonies of #FEC2EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEC2EB

Black with #FEC2EB

Text Example


Text Example

White with #FEC2EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEC2EB; }

 p { color: rgb(254,194,235); }

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

background-color css

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

 a { background-color: rgb(254,194,235); }

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

border-color css

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

 span { border-color: rgb(254,194,235); }

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