Html Css Color HEX #FEBCE8 Classic Rose

📋 copy color: '#FEBCE8'

red 254 ◦ green 188 ◦ blue 232

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

Shades of Classic Rose #FEBCE8

Tints of Classic Rose #FEBCE8

RGB

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

 GREEN value IS 188 (73.83% from 255) = 27.89%

 BLUE value IS 232 (91.02% from 255) = 34.42%

R = 37.69%
G = 27.89%
B = 34.42%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.09

 K value IS 0.00

RGB Variations

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

Color information

#FEBCE8 (or 0xFEBCE8) is known color: Classic Rose. HEX triplet: FE, BC and E8. RGB value is (254,188,232). Sum of RGB (Red+Green+Blue) = 254+188+232=674 (89% of max value = 765). Red value is 254 (99.61% from 255 or 37.69% from 674); Green value is 188 (73.83% from 255 or 27.89% from 674); Blue value is 232 (91.02% from 255 or 34.42% from 674); Max value from RGB is 254 - color contains mainly: red. Hex color #FEBCE8 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FEBCE8 is #014317. Grayscale: #D4D4D4. Windows color (decimal): -82712 or 15252734. OLE color: 15252734.

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

Color convert

RGB 254 188 232 -
CMYK 0 0.26 0.09 0.00
HSL 320º 0.97% 0.87% -
HSV(B) 320º 0.26% 1% -
XYZ 73.42 62.86 84.61 -
YUV 212.75 138.87 157.42 -
System Red Green Blue C M Y K H S L
Decimal 254 188 232 0 0.26 0.09 0.00 320 0.97 0.87
Hex FE BC E8 0 1A 9 0 140 61 57
Octal 376 274 350 0 32 11 0 500 141 127
Binary 11111110 10111100 11101000 0 11010 1001 0 101000000 1100001 1010111

Color Harmonies of #FEBCE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEBCE8

Black with #FEBCE8

Text Example


Text Example

White with #FEBCE8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEBCE8; }

 p { color: rgb(254,188,232); }

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

background-color css

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

 a { background-color: rgb(254,188,232); }

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

border-color css

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

 span { border-color: rgb(254,188,232); }

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