Html Css Color HEX #FACEE6 Classic Rose

📋 copy color: '#FACEE6'

red 250 ◦ green 206 ◦ blue 230

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

Shades of Classic Rose #FACEE6

Tints of Classic Rose #FACEE6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 33.53%

R = 36.44%
G = 30.03%
B = 33.53%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.08

 K value IS 0.02

RGB Variations

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

Color information

#FACEE6 (or 0xFACEE6) is known color: Classic Rose. HEX triplet: FA, CE and E6. RGB value is (250,206,230). Sum of RGB (Red+Green+Blue) = 250+206+230=686 (90% of max value = 765). Red value is 250 (98.05% from 255 or 36.44% from 686); Green value is 206 (80.86% from 255 or 30.03% from 686); Blue value is 230 (90.23% from 255 or 33.53% from 686); Max value from RGB is 250 - color contains mainly: red. Hex color #FACEE6 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FACEE6 is #053119. Grayscale: #DDDDDD. Windows color (decimal): -340250 or 15126266. OLE color: 15126266.

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

Color convert

RGB 250 206 230 -
CMYK 0 0.18 0.08 0.02
HSL 327.27º 0.81% 0.89% -
HSV(B) 327.27º 0.18% 0.98% -
XYZ 75.78 70.18 84.42 -
YUV 221.89 132.58 148.05 -
System Red Green Blue C M Y K H S L
Decimal 250 206 230 0 0.18 0.08 0.02 327.27 0.81 0.89
Hex FA CE E6 0 12 8 2 147 51 59
Octal 372 316 346 0 22 10 2 507 121 131
Binary 11111010 11001110 11100110 0 10010 1000 10 101000111 1010001 1011001

Color Harmonies of #FACEE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FACEE6

Black with #FACEE6

Text Example


Text Example

White with #FACEE6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FACEE6; }

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

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

background-color css

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

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

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

border-color css

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

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

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