Html Css Color HEX #FECBE9 Classic Rose

📋 copy color: '#FECBE9'

red 254 ◦ green 203 ◦ blue 233

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

Shades of Classic Rose #FECBE9

Tints of Classic Rose #FECBE9

RGB

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

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

 BLUE value IS 233 (91.41% from 255) = 33.77%

R = 36.81%
G = 29.42%
B = 33.77%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.08

 K value IS 0.00

RGB Variations

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

Color information

#FECBE9 (or 0xFECBE9) is known color: Classic Rose. HEX triplet: FE, CB and E9. RGB value is (254,203,233). Sum of RGB (Red+Green+Blue) = 254+203+233=690 (91% of max value = 765). Red value is 254 (99.61% from 255 or 36.81% from 690); Green value is 203 (79.69% from 255 or 29.42% from 690); Blue value is 233 (91.41% from 255 or 33.77% from 690); Max value from RGB is 254 - color contains mainly: red. Hex color #FECBE9 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FECBE9 is #013416. Grayscale: #DDDDDD. Windows color (decimal): -78871 or 15322110. OLE color: 15322110.

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

Color convert

RGB 254 203 233 -
CMYK 0 0.20 0.08 0.00
HSL 324.71º 0.96% 0.9% -
HSV(B) 324.71º 0.2% 1% -
XYZ 76.94 69.67 86.48 -
YUV 221.67 134.4 151.06 -
System Red Green Blue C M Y K H S L
Decimal 254 203 233 0 0.20 0.08 0.00 324.71 0.96 0.9
Hex FE CB E9 0 14 8 0 145 60 5A
Octal 376 313 351 0 24 10 0 505 140 132
Binary 11111110 11001011 11101001 0 10100 1000 0 101000101 1100000 1011010

Color Harmonies of #FECBE9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FECBE9

Black with #FECBE9

Text Example


Text Example

White with #FECBE9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FECBE9; }

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

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

background-color css

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

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

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

border-color css

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

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

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