Html Css Color HEX #FACECC Cosmos

📋 copy color: '#FACECC'

red 250 ◦ green 206 ◦ blue 204

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

Shades of Cosmos #FACECC

Tints of Cosmos #FACECC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 30.91%

R = 37.88%
G = 31.21%
B = 30.91%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.18

 K value IS 0.02

RGB Variations

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

Color information

#FACECC (or 0xFACECC) is known color: Cosmos. HEX triplet: FA, CE and CC. RGB value is (250,206,204). Sum of RGB (Red+Green+Blue) = 250+206+204=660 (87% of max value = 765). Red value is 250 (98.05% from 255 or 37.88% from 660); Green value is 206 (80.86% from 255 or 31.21% from 660); Blue value is 204 (80.08% from 255 or 30.91% from 660); Max value from RGB is 250 - color contains mainly: red. Hex color #FACECC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FACECC is #053133. Grayscale: #DADADA. Windows color (decimal): -340276 or 13422330. OLE color: 13422330.

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

Color convert

RGB 250 206 204 -
CMYK 0 0.18 0.18 0.02
HSL 2.61º 0.82% 0.89% -
HSV(B) 2.61º 0.18% 0.98% -
XYZ 72.39 68.83 66.6 -
YUV 218.93 119.58 150.16 -
System Red Green Blue C M Y K H S L
Decimal 250 206 204 0 0.18 0.18 0.02 2.61 0.82 0.89
Hex FA CE CC 0 12 12 2 3 52 59
Octal 372 316 314 0 22 22 2 3 122 131
Binary 11111010 11001110 11001100 0 10010 10010 10 11 1010010 1011001

Color Harmonies of #FACECC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FACECC

Black with #FACECC

Text Example


Text Example

White with #FACECC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FACECC; }

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

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

background-color css

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

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

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

border-color css

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

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

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