Html Css Color HEX #FACEE1 Classic Rose

📋 copy color: '#FACEE1'

red 250 ◦ green 206 ◦ blue 225

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

Shades of Classic Rose #FACEE1

Tints of Classic Rose #FACEE1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 33.04%

R = 36.71%
G = 30.25%
B = 33.04%

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

#FACEE1 (or 0xFACEE1) is known color: Classic Rose. HEX triplet: FA, CE and E1. RGB value is (250,206,225). Sum of RGB (Red+Green+Blue) = 250+206+225=681 (90% of max value = 765). Red value is 250 (98.05% from 255 or 36.71% from 681); Green value is 206 (80.86% from 255 or 30.25% from 681); Blue value is 225 (88.28% from 255 or 33.04% from 681); Max value from RGB is 250 - color contains mainly: red. Hex color #FACEE1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FACEE1 is #05311E. Grayscale: #DDDDDD. Windows color (decimal): -340255 or 14798586. OLE color: 14798586.

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

Color convert

RGB 250 206 225 -
CMYK 0 0.18 0.10 0.02
HSL 334.09º 0.81% 0.89% -
HSV(B) 334.09º 0.18% 0.98% -
XYZ 75.09 69.9 80.77 -
YUV 221.32 130.08 148.46 -
System Red Green Blue C M Y K H S L
Decimal 250 206 225 0 0.18 0.10 0.02 334.09 0.81 0.89
Hex FA CE E1 0 12 A 2 14E 51 59
Octal 372 316 341 0 22 12 2 516 121 131
Binary 11111010 11001110 11100001 0 10010 1010 10 101001110 1010001 1011001

Color Harmonies of #FACEE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FACEE1

Black with #FACEE1

Text Example


Text Example

White with #FACEE1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FACEE1; }

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

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

background-color css

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

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

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

border-color css

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

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

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