Html Css Color HEX #FACEE5 Classic Rose

📋 copy color: '#FACEE5'

red 250 ◦ green 206 ◦ blue 229

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

Shades of Classic Rose #FACEE5

Tints of Classic Rose #FACEE5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 33.43%

R = 36.5%
G = 30.07%
B = 33.43%

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

#FACEE5 (or 0xFACEE5) is known color: Classic Rose. HEX triplet: FA, CE and E5. RGB value is (250,206,229). Sum of RGB (Red+Green+Blue) = 250+206+229=685 (90% of max value = 765). Red value is 250 (98.05% from 255 or 36.50% from 685); Green value is 206 (80.86% from 255 or 30.07% from 685); Blue value is 229 (89.84% from 255 or 33.43% from 685); Max value from RGB is 250 - color contains mainly: red. Hex color #FACEE5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FACEE5 is #05311A. Grayscale: #DDDDDD. Windows color (decimal): -340251 or 15060730. OLE color: 15060730.

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

Color convert

RGB 250 206 229 -
CMYK 0 0.18 0.08 0.02
HSL 328.64º 0.81% 0.89% -
HSV(B) 328.64º 0.18% 0.98% -
XYZ 75.64 70.12 83.68 -
YUV 221.78 132.08 148.13 -
System Red Green Blue C M Y K H S L
Decimal 250 206 229 0 0.18 0.08 0.02 328.64 0.81 0.89
Hex FA CE E5 0 12 8 2 149 51 59
Octal 372 316 345 0 22 10 2 511 121 131
Binary 11111010 11001110 11100101 0 10010 1000 10 101001001 1010001 1011001

Color Harmonies of #FACEE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FACEE5

Black with #FACEE5

Text Example


Text Example

White with #FACEE5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FACEE5; }

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

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

background-color css

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

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

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

border-color css

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

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

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