Html Css Color HEX #FACEE2 Classic Rose

📋 copy color: '#FACEE2'

red 250 ◦ green 206 ◦ blue 226

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

Shades of Classic Rose #FACEE2

Tints of Classic Rose #FACEE2

RGB

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

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

 BLUE value IS 226 (88.67% from 255) = 33.14%

R = 36.66%
G = 30.21%
B = 33.14%

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

#FACEE2 (or 0xFACEE2) is known color: Classic Rose. HEX triplet: FA, CE and E2. RGB value is (250,206,226). Sum of RGB (Red+Green+Blue) = 250+206+226=682 (90% of max value = 765). Red value is 250 (98.05% from 255 or 36.66% from 682); Green value is 206 (80.86% from 255 or 30.21% from 682); Blue value is 226 (88.67% from 255 or 33.14% from 682); Max value from RGB is 250 - color contains mainly: red. Hex color #FACEE2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FACEE2 is #05311D. Grayscale: #DDDDDD. Windows color (decimal): -340254 or 14864122. OLE color: 14864122.

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

Color convert

RGB 250 206 226 -
CMYK 0 0.18 0.10 0.02
HSL 332.73º 0.81% 0.89% -
HSV(B) 332.73º 0.18% 0.98% -
XYZ 75.22 69.96 81.49 -
YUV 221.44 130.58 148.37 -
System Red Green Blue C M Y K H S L
Decimal 250 206 226 0 0.18 0.10 0.02 332.73 0.81 0.89
Hex FA CE E2 0 12 A 2 14D 51 59
Octal 372 316 342 0 22 12 2 515 121 131
Binary 11111010 11001110 11100010 0 10010 1010 10 101001101 1010001 1011001

Color Harmonies of #FACEE2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FACEE2

Black with #FACEE2

Text Example


Text Example

White with #FACEE2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FACEE2; }

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

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

background-color css

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

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

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

border-color css

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

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

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