Html Css Color HEX #FACEEE Classic Rose

📋 copy color: '#FACEEE'

red 250 ◦ green 206 ◦ blue 238

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

Shades of Classic Rose #FACEEE

Tints of Classic Rose #FACEEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 34.29%

R = 36.02%
G = 29.68%
B = 34.29%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.05

 K value IS 0.02

RGB Variations

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

Color information

#FACEEE (or 0xFACEEE) is known color: Classic Rose. HEX triplet: FA, CE and EE. RGB value is (250,206,238). Sum of RGB (Red+Green+Blue) = 250+206+238=694 (91% of max value = 765). Red value is 250 (98.05% from 255 or 36.02% from 694); Green value is 206 (80.86% from 255 or 29.68% from 694); Blue value is 238 (93.36% from 255 or 34.29% from 694); Max value from RGB is 250 - color contains mainly: red. Hex color #FACEEE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FACEEE is #053111. Grayscale: #DEDEDE. Windows color (decimal): -340242 or 15650554. OLE color: 15650554.

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

Color convert

RGB 250 206 238 -
CMYK 0 0.18 0.05 0.02
HSL 316.36º 0.81% 0.89% -
HSV(B) 316.36º 0.18% 0.98% -
XYZ 76.93 70.64 90.47 -
YUV 222.8 136.58 147.4 -
System Red Green Blue C M Y K H S L
Decimal 250 206 238 0 0.18 0.05 0.02 316.36 0.81 0.89
Hex FA CE EE 0 12 5 2 13C 51 59
Octal 372 316 356 0 22 5 2 474 121 131
Binary 11111010 11001110 11101110 0 10010 101 10 100111100 1010001 1011001

Color Harmonies of #FACEEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FACEEE

Black with #FACEEE

Text Example


Text Example

White with #FACEEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FACEEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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