Html Css Color HEX #FACECD Cosmos

📋 copy color: '#FACECD'

red 250 ◦ green 206 ◦ blue 205

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

Shades of Cosmos #FACECD

Tints of Cosmos #FACECD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 31.01%

R = 37.82%
G = 31.16%
B = 31.01%

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

#FACECD (or 0xFACECD) is known color: Cosmos. HEX triplet: FA, CE and CD. RGB value is (250,206,205). Sum of RGB (Red+Green+Blue) = 250+206+205=661 (87% of max value = 765). Red value is 250 (98.05% from 255 or 37.82% from 661); Green value is 206 (80.86% from 255 or 31.16% from 661); Blue value is 205 (80.47% from 255 or 31.01% from 661); Max value from RGB is 250 - color contains mainly: red. Hex color #FACECD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FACECD is #053132. Grayscale: #DBDBDB. Windows color (decimal): -340275 or 13487866. OLE color: 13487866.

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

Color convert

RGB 250 206 205 -
CMYK 0 0.18 0.18 0.02
HSL 1.33º 0.82% 0.89% -
HSV(B) 1.33º 0.18% 0.98% -
XYZ 72.52 68.87 67.23 -
YUV 219.04 120.08 150.08 -
System Red Green Blue C M Y K H S L
Decimal 250 206 205 0 0.18 0.18 0.02 1.33 0.82 0.89
Hex FA CE CD 0 12 12 2 1 52 59
Octal 372 316 315 0 22 22 2 1 122 131
Binary 11111010 11001110 11001101 0 10010 10010 10 1 1010010 1011001

Color Harmonies of #FACECD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FACECD

Black with #FACECD

Text Example


Text Example

White with #FACECD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FACECD; }

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

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

background-color css

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

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

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

border-color css

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

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

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