Html Css Color HEX #FACEE3 Classic Rose

📋 copy color: '#FACEE3'

red 250 ◦ green 206 ◦ blue 227

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

Shades of Classic Rose #FACEE3

Tints of Classic Rose #FACEE3

RGB

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

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

 BLUE value IS 227 (89.06% from 255) = 33.24%

R = 36.6%
G = 30.16%
B = 33.24%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.09

 K value IS 0.02

RGB Variations

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

Color information

#FACEE3 (or 0xFACEE3) is known color: Classic Rose. HEX triplet: FA, CE and E3. RGB value is (250,206,227). Sum of RGB (Red+Green+Blue) = 250+206+227=683 (90% of max value = 765). Red value is 250 (98.05% from 255 or 36.60% from 683); Green value is 206 (80.86% from 255 or 30.16% from 683); Blue value is 227 (89.06% from 255 or 33.24% from 683); Max value from RGB is 250 - color contains mainly: red. Hex color #FACEE3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FACEE3 is #05311C. Grayscale: #DDDDDD. Windows color (decimal): -340253 or 14929658. OLE color: 14929658.

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

Color convert

RGB 250 206 227 -
CMYK 0 0.18 0.09 0.02
HSL 331.36º 0.81% 0.89% -
HSV(B) 331.36º 0.18% 0.98% -
XYZ 75.36 70.01 82.21 -
YUV 221.55 131.08 148.29 -
System Red Green Blue C M Y K H S L
Decimal 250 206 227 0 0.18 0.09 0.02 331.36 0.81 0.89
Hex FA CE E3 0 12 9 2 14B 51 59
Octal 372 316 343 0 22 11 2 513 121 131
Binary 11111010 11001110 11100011 0 10010 1001 10 101001011 1010001 1011001

Color Harmonies of #FACEE3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FACEE3

Black with #FACEE3

Text Example


Text Example

White with #FACEE3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FACEE3; }

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

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

background-color css

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

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

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

border-color css

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

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

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