Html Css Color HEX #FECBE8 Classic Rose

📋 copy color: '#FECBE8'

red 254 ◦ green 203 ◦ blue 232

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

Shades of Classic Rose #FECBE8

Tints of Classic Rose #FECBE8

RGB

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

 GREEN value IS 203 (79.69% from 255) = 29.46%

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

R = 36.87%
G = 29.46%
B = 33.67%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.09

 K value IS 0.00

RGB Variations

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

Color information

#FECBE8 (or 0xFECBE8) is known color: Classic Rose. HEX triplet: FE, CB and E8. RGB value is (254,203,232). Sum of RGB (Red+Green+Blue) = 254+203+232=689 (91% of max value = 765). Red value is 254 (99.61% from 255 or 36.87% from 689); Green value is 203 (79.69% from 255 or 29.46% from 689); Blue value is 232 (91.02% from 255 or 33.67% from 689); Max value from RGB is 254 - color contains mainly: red. Hex color #FECBE8 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FECBE8 is #013417. Grayscale: #DDDDDD. Windows color (decimal): -78872 or 15256574. OLE color: 15256574.

HSL color Cylindrical-coordinate representation of color #FECBE8: hue angle of 325.88º degrees, saturation: 0.96, lightness: 0.9%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #FECBE8 is Cyan = 0, Magento = 0.20, Yellow = 0.09 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 203 232 -
CMYK 0 0.20 0.09 0.00
HSL 325.88º 0.96% 0.9% -
HSV(B) 325.88º 0.2% 1% -
XYZ 76.79 69.61 85.73 -
YUV 221.56 133.9 151.14 -
System Red Green Blue C M Y K H S L
Decimal 254 203 232 0 0.20 0.09 0.00 325.88 0.96 0.9
Hex FE CB E8 0 14 9 0 146 60 5A
Octal 376 313 350 0 24 11 0 506 140 132
Binary 11111110 11001011 11101000 0 10100 1001 0 101000110 1100000 1011010

Color Harmonies of #FECBE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FECBE8

Black with #FECBE8

Text Example


Text Example

White with #FECBE8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FECBE8; }

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

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

background-color css

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

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

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

border-color css

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

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

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