Html Css Color HEX #FEC0EB Classic Rose

📋 copy color: '#FEC0EB'

red 254 ◦ green 192 ◦ blue 235

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

Shades of Classic Rose #FEC0EB

Tints of Classic Rose #FEC0EB

RGB

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

 GREEN value IS 192 (75.39% from 255) = 28.19%

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

R = 37.3%
G = 28.19%
B = 34.51%

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

#FEC0EB (or 0xFEC0EB) is known color: Classic Rose. HEX triplet: FE, C0 and EB. RGB value is (254,192,235). Sum of RGB (Red+Green+Blue) = 254+192+235=681 (90% of max value = 765). Red value is 254 (99.61% from 255 or 37.30% from 681); Green value is 192 (75.39% from 255 or 28.19% from 681); Blue value is 235 (92.19% from 255 or 34.51% from 681); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC0EB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FEC0EB is #013F14. Grayscale: #D7D7D7. Windows color (decimal): -81685 or 15450366. OLE color: 15450366.

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

Color convert

RGB 254 192 235 -
CMYK 0 0.24 0.07 0.00
HSL 318.39º 0.97% 0.87% -
HSV(B) 318.39º 0.24% 1% -
XYZ 74.72 64.77 87.16 -
YUV 215.44 139.04 155.5 -
System Red Green Blue C M Y K H S L
Decimal 254 192 235 0 0.24 0.07 0.00 318.39 0.97 0.87
Hex FE C0 EB 0 18 7 0 13E 61 57
Octal 376 300 353 0 30 7 0 476 141 127
Binary 11111110 11000000 11101011 0 11000 111 0 100111110 1100001 1010111

Color Harmonies of #FEC0EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEC0EB

Black with #FEC0EB

Text Example


Text Example

White with #FEC0EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEC0EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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