Html Css Color HEX #FEBEE2 Classic Rose

📋 copy color: '#FEBEE2'

red 254 ◦ green 190 ◦ blue 226

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

Shades of Classic Rose #FEBEE2

Tints of Classic Rose #FEBEE2

RGB

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

 GREEN value IS 190 (74.61% from 255) = 28.36%

 BLUE value IS 226 (88.67% from 255) = 33.73%

R = 37.91%
G = 28.36%
B = 33.73%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.11

 K value IS 0.00

RGB Variations

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

Color information

#FEBEE2 (or 0xFEBEE2) is known color: Classic Rose. HEX triplet: FE, BE and E2. RGB value is (254,190,226). Sum of RGB (Red+Green+Blue) = 254+190+226=670 (88% of max value = 765). Red value is 254 (99.61% from 255 or 37.91% from 670); Green value is 190 (74.61% from 255 or 28.36% from 670); Blue value is 226 (88.67% from 255 or 33.73% from 670); Max value from RGB is 254 - color contains mainly: red. Hex color #FEBEE2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEBEE2 is #01411D. Grayscale: #D5D5D5. Windows color (decimal): -82206 or 14860030. OLE color: 14860030.

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

Color convert

RGB 254 190 226 -
CMYK 0 0.25 0.11 0.00
HSL 326.25º 0.97% 0.87% -
HSV(B) 326.25º 0.25% 1% -
XYZ 73.01 63.39 80.34 -
YUV 213.24 135.2 157.07 -
System Red Green Blue C M Y K H S L
Decimal 254 190 226 0 0.25 0.11 0.00 326.25 0.97 0.87
Hex FE BE E2 0 19 B 0 146 61 57
Octal 376 276 342 0 31 13 0 506 141 127
Binary 11111110 10111110 11100010 0 11001 1011 0 101000110 1100001 1010111

Color Harmonies of #FEBEE2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEBEE2

Black with #FEBEE2

Text Example


Text Example

White with #FEBEE2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEBEE2; }

 p { color: rgb(254,190,226); }

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

background-color css

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

 a { background-color: rgb(254,190,226); }

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

border-color css

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

 span { border-color: rgb(254,190,226); }

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