Html Css Color HEX #FACEE0 Classic Rose

📋 copy color: '#FACEE0'

red 250 ◦ green 206 ◦ blue 224

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

Shades of Classic Rose #FACEE0

Tints of Classic Rose #FACEE0

RGB

 RED value IS 250 (98.05% from 255) = 36.76%

 GREEN value IS 206 (80.86% from 255) = 30.29%

 BLUE value IS 224 (87.89% from 255) = 32.94%

R = 36.76%
G = 30.29%
B = 32.94%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.10

 K value IS 0.02

RGB Variations

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

Color information

#FACEE0 (or 0xFACEE0) is known color: Classic Rose. HEX triplet: FA, CE and E0. RGB value is (250,206,224). Sum of RGB (Red+Green+Blue) = 250+206+224=680 (90% of max value = 765). Red value is 250 (98.05% from 255 or 36.76% from 680); Green value is 206 (80.86% from 255 or 30.29% from 680); Blue value is 224 (87.89% from 255 or 32.94% from 680); Max value from RGB is 250 - color contains mainly: red. Hex color #FACEE0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FACEE0 is #05311F. Grayscale: #DDDDDD. Windows color (decimal): -340256 or 14733050. OLE color: 14733050.

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

Color convert

RGB 250 206 224 -
CMYK 0 0.18 0.10 0.02
HSL 335.45º 0.81% 0.89% -
HSV(B) 335.45º 0.18% 0.98% -
XYZ 74.95 69.85 80.05 -
YUV 221.21 129.58 148.54 -
System Red Green Blue C M Y K H S L
Decimal 250 206 224 0 0.18 0.10 0.02 335.45 0.81 0.89
Hex FA CE E0 0 12 A 2 14F 51 59
Octal 372 316 340 0 22 12 2 517 121 131
Binary 11111010 11001110 11100000 0 10010 1010 10 101001111 1010001 1011001

Color Harmonies of #FACEE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FACEE0

Black with #FACEE0

Text Example


Text Example

White with #FACEE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FACEE0; }

 p { color: rgb(250,206,224); }

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

background-color css

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

 a { background-color: rgb(250,206,224); }

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

border-color css

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

 span { border-color: rgb(250,206,224); }

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