Html Css Color HEX #FEBFE8 Classic Rose

📋 copy color: '#FEBFE8'

red 254 ◦ green 191 ◦ blue 232

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

Shades of Classic Rose #FEBFE8

Tints of Classic Rose #FEBFE8

RGB

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

 GREEN value IS 191 (75% from 255) = 28.21%

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

R = 37.52%
G = 28.21%
B = 34.27%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.09

 K value IS 0.00

RGB Variations

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

Color information

#FEBFE8 (or 0xFEBFE8) is known color: Classic Rose. HEX triplet: FE, BF and E8. RGB value is (254,191,232). Sum of RGB (Red+Green+Blue) = 254+191+232=677 (89% of max value = 765). Red value is 254 (99.61% from 255 or 37.52% from 677); Green value is 191 (75% from 255 or 28.21% from 677); Blue value is 232 (91.02% from 255 or 34.27% from 677); Max value from RGB is 254 - color contains mainly: red. Hex color #FEBFE8 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FEBFE8 is #014017. Grayscale: #D6D6D6. Windows color (decimal): -81944 or 15253502. OLE color: 15253502.

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

Color convert

RGB 254 191 232 -
CMYK 0 0.25 0.09 0.00
HSL 320.95º 0.97% 0.87% -
HSV(B) 320.95º 0.25% 1% -
XYZ 74.07 64.16 84.82 -
YUV 214.51 137.87 156.17 -
System Red Green Blue C M Y K H S L
Decimal 254 191 232 0 0.25 0.09 0.00 320.95 0.97 0.87
Hex FE BF E8 0 19 9 0 141 61 57
Octal 376 277 350 0 31 11 0 501 141 127
Binary 11111110 10111111 11101000 0 11001 1001 0 101000001 1100001 1010111

Color Harmonies of #FEBFE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEBFE8

Black with #FEBFE8

Text Example


Text Example

White with #FEBFE8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEBFE8; }

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

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

background-color css

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

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

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

border-color css

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

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

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