Html Css Color HEX #FECBEB Classic Rose

📋 copy color: '#FECBEB'

red 254 ◦ green 203 ◦ blue 235

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

Shades of Classic Rose #FECBEB

Tints of Classic Rose #FECBEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 33.96%

R = 36.71%
G = 29.34%
B = 33.96%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.07

 K value IS 0.00

RGB Variations

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

Color information

#FECBEB (or 0xFECBEB) is known color: Classic Rose. HEX triplet: FE, CB and EB. RGB value is (254,203,235). Sum of RGB (Red+Green+Blue) = 254+203+235=692 (91% of max value = 765). Red value is 254 (99.61% from 255 or 36.71% from 692); Green value is 203 (79.69% from 255 or 29.34% from 692); Blue value is 235 (92.19% from 255 or 33.96% from 692); Max value from RGB is 254 - color contains mainly: red. Hex color #FECBEB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FECBEB is #013414. Grayscale: #DDDDDD. Windows color (decimal): -78869 or 15453182. OLE color: 15453182.

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

Color convert

RGB 254 203 235 -
CMYK 0 0.20 0.07 0.00
HSL 322.35º 0.96% 0.9% -
HSV(B) 322.35º 0.2% 1% -
XYZ 77.22 69.78 88 -
YUV 221.9 135.4 150.9 -
System Red Green Blue C M Y K H S L
Decimal 254 203 235 0 0.20 0.07 0.00 322.35 0.96 0.9
Hex FE CB EB 0 14 7 0 142 60 5A
Octal 376 313 353 0 24 7 0 502 140 132
Binary 11111110 11001011 11101011 0 10100 111 0 101000010 1100000 1011010

Color Harmonies of #FECBEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FECBEB

Black with #FECBEB

Text Example


Text Example

White with #FECBEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FECBEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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