#FACBEB

Color #FACBEB Classic Rose (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Classic Rose #FACBEB

Tints of Classic Rose #FACBEB

Color information

#FACBEB (or 0xFACBEB) is unknown color: approx Classic Rose. HEX triplet: FA, CB and EB. RGB value is (250,203,235). Sum of RGB (Red+Green+Blue) = 250+203+235=688 (91% of max value = 765). Red value is 250 (98.05% from 255 or 36.34% from 688); Green value is 203 (79.69% from 255 or 29.51% from 688); Blue value is 235 (92.19% from 255 or 34.16% from 688); Max value from RGB is 250 - color contains mainly: red. Hex color #FACBEB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FACBEB is #053414. Grayscale: #DCDCDC. Windows color (decimal): -341013 or 15453178. OLE color: 15453178.

HSL color Cylindrical-coordinate representation of color #FACBEB: hue angle of 319.15º degrees, saturation: 0.82, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #FACBEB is Cyan = 0, Magento = 0.19, Yellow = 0.06 and Black (K on CMYK) = 0.02.

Color convert

RGB250203235-
CMYK00.190.060.02
HSL319.15º82.46%88.82%-
HSV(B)319.15º18.8%98.04%-
XYZ75.7869.0387.93-
YUV220.7136.07148.9-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 36.34%
GREEN value IS 203 (79.69% from 255) = 29.51%
BLUE value IS 235 (92.19% from 255) = 34.16%
R=36.34%
G=29.51%
B=34.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.06
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25020323500.190.060.02319.1582.4688.82
HexFACBEB0136213f5259
Octal37231335302362477122131
Binary1111101011001011111010110100111101010011111110100101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FACBEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FACBEB; }

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

 H1.HeaderClassName
 {
   color: #FACBEB;
 }
 .AnyTagClassName
 {
   color: #FACBEB;
 }
</style>
background-color css

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

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

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

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

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

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