Html Css Color HEX #FACDCC Cosmos

📋 copy color: '#FACDCC'

red 250 ◦ green 205 ◦ blue 204

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

Shades of Cosmos #FACDCC

Tints of Cosmos #FACDCC

RGB

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

 GREEN value IS 205 (80.47% from 255) = 31.11%

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

R = 37.94%
G = 31.11%
B = 30.96%

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

#FACDCC (or 0xFACDCC) is known color: Cosmos. HEX triplet: FA, CD and CC. RGB value is (250,205,204). Sum of RGB (Red+Green+Blue) = 250+205+204=659 (87% of max value = 765). Red value is 250 (98.05% from 255 or 37.94% from 659); Green value is 205 (80.47% from 255 or 31.11% from 659); Blue value is 204 (80.08% from 255 or 30.96% from 659); Max value from RGB is 250 - color contains mainly: red. Hex color #FACDCC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FACDCC is #053233. Grayscale: #DADADA. Windows color (decimal): -340532 or 13422074. OLE color: 13422074.

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

Color convert

RGB 250 205 204 -
CMYK 0 0.18 0.18 0.02
HSL 1.3º 0.82% 0.89% -
HSV(B) 1.3º 0.18% 0.98% -
XYZ 72.15 68.35 66.52 -
YUV 218.34 119.91 150.58 -
System Red Green Blue C M Y K H S L
Decimal 250 205 204 0 0.18 0.18 0.02 1.3 0.82 0.89
Hex FA CD CC 0 12 12 2 1 52 59
Octal 372 315 314 0 22 22 2 1 122 131
Binary 11111010 11001101 11001100 0 10010 10010 10 1 1010010 1011001

Color Harmonies of #FACDCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FACDCC

Black with #FACDCC

Text Example


Text Example

White with #FACDCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FACDCC; }

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

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

background-color css

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

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

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

border-color css

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

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

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