#FACAEB

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

Shades of Classic Rose #FACAEB

Tints of Classic Rose #FACAEB

Color information

#FACAEB (or 0xFACAEB) is unknown color: approx Classic Rose. HEX triplet: FA, CA and EB. RGB value is (250,202,235). Sum of RGB (Red+Green+Blue) = 250+202+235=687 (90% of max value = 765). Red value is 250 (98.05% from 255 or 36.39% from 687); Green value is 202 (79.30% from 255 or 29.40% from 687); Blue value is 235 (92.19% from 255 or 34.21% from 687); Max value from RGB is 250 - color contains mainly: red. Hex color #FACAEB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FACAEB is #053514. Grayscale: #DCDCDC. Windows color (decimal): -341269 or 15452922. OLE color: 15452922.

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

Color convert

RGB250202235-
CMYK00.190.060.02
HSL318.75º82.76%88.63%-
HSV(B)318.75º19.2%98.04%-
XYZ75.5468.5687.85-
YUV220.11136.4149.32-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 36.39%
GREEN value IS 202 (79.30% from 255) = 29.40%
BLUE value IS 235 (92.19% from 255) = 34.21%
R=36.39%
G=29.40%
B=34.21%

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
Decimal25020223500.190.060.02318.7582.7688.63
HexFACAEB0136213f5359
Octal37231235302362477123131
Binary1111101011001010111010110100111101010011111110100111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FACAEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FACAEB; }

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

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

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

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

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

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

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

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