Html Css Color HEX #FACDCD Cosmos

📋 copy color: '#FACDCD'

red 250 ◦ green 205 ◦ blue 205

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

Shades of Cosmos #FACDCD

Tints of Cosmos #FACDCD

RGB

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

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

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

R = 37.88%
G = 31.06%
B = 31.06%

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

#FACDCD (or 0xFACDCD) is known color: Cosmos. HEX triplet: FA, CD and CD. RGB value is (250,205,205). Sum of RGB (Red+Green+Blue) = 250+205+205=660 (87% of max value = 765). Red value is 250 (98.05% from 255 or 37.88% from 660); Green value is 205 (80.47% from 255 or 31.06% from 660); Blue value is 205 (80.47% from 255 or 31.06% from 660); Max value from RGB is 250 - color contains mainly: red. Hex color #FACDCD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FACDCD is #053232. Grayscale: #DADADA. Windows color (decimal): -340531 or 13487610. OLE color: 13487610.

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

Color convert

RGB 250 205 205 -
CMYK 0 0.18 0.18 0.02
HSL 0.82% 0.89% -
HSV(B) 0.18% 0.98% -
XYZ 72.28 68.39 67.15 -
YUV 218.46 120.41 150.5 -
System Red Green Blue C M Y K H S L
Decimal 250 205 205 0 0.18 0.18 0.02 0 0.82 0.89
Hex FA CD CD 0 12 12 2 0 52 59
Octal 372 315 315 0 22 22 2 0 122 131
Binary 11111010 11001101 11001101 0 10010 10010 10 0 1010010 1011001

Color Harmonies of #FACDCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FACDCD

Black with #FACDCD

Text Example


Text Example

White with #FACDCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FACDCD; }

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

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

background-color css

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

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

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

border-color css

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

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

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