#FACBEE

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

Shades of Classic Rose #FACBEE

Tints of Classic Rose #FACBEE

Color information

#FACBEE (or 0xFACBEE) is unknown color: approx Classic Rose. HEX triplet: FA, CB and EE. RGB value is (250,203,238). Sum of RGB (Red+Green+Blue) = 250+203+238=691 (91% of max value = 765). Red value is 250 (98.05% from 255 or 36.18% from 691); Green value is 203 (79.69% from 255 or 29.38% from 691); Blue value is 238 (93.36% from 255 or 34.44% from 691); Max value from RGB is 250 - color contains mainly: red. Hex color #FACBEE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FACBEE is #053411. Grayscale: #DCDCDC. Windows color (decimal): -341010 or 15649786. OLE color: 15649786.

HSL color Cylindrical-coordinate representation of color #FACBEE: hue angle of 315.32º 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 #FACBEE is Cyan = 0, Magento = 0.19, Yellow = 0.05 and Black (K on CMYK) = 0.02.

Color convert

RGB250203238-
CMYK00.190.050.02
HSL315.32º82.46%88.82%-
HSV(B)315.32º18.8%98.04%-
XYZ76.2169.2190.23-
YUV221.04137.57148.65-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 36.18%
GREEN value IS 203 (79.69% from 255) = 29.38%
BLUE value IS 238 (93.36% from 255) = 34.44%
R=36.18%
G=29.38%
B=34.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.05
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25020323800.190.050.02315.3282.4688.82
HexFACBEE0135213b5259
Octal37231335602352473122131
Binary1111101011001011111011100100111011010011101110100101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FACBEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FACBEE; }

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

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

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

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

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

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

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

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