Html Css Color HEX #FAD0D0 Cosmos

📋 copy color: '#FAD0D0'

red 250 ◦ green 208 ◦ blue 208

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

Shades of Cosmos #FAD0D0

Tints of Cosmos #FAD0D0

RGB

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

 GREEN value IS 208 (81.64% from 255) = 31.23%

 BLUE value IS 208 (81.64% from 255) = 31.23%

R = 37.54%
G = 31.23%
B = 31.23%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.17

 K value IS 0.02

RGB Variations

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

Color information

#FAD0D0 (or 0xFAD0D0) is known color: Cosmos. HEX triplet: FA, D0 and D0. RGB value is (250,208,208). Sum of RGB (Red+Green+Blue) = 250+208+208=666 (88% of max value = 765). Red value is 250 (98.05% from 255 or 37.54% from 666); Green value is 208 (81.64% from 255 or 31.23% from 666); Blue value is 208 (81.64% from 255 or 31.23% from 666); Max value from RGB is 250 - color contains mainly: red. Hex color #FAD0D0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FAD0D0 is #052F2F. Grayscale: #DCDCDC. Windows color (decimal): -339760 or 13684986. OLE color: 13684986.

HSL color Cylindrical-coordinate representation of color #FAD0D0: hue angle of 0º degrees, saturation: 0.81, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #FAD0D0 is Cyan = 0, Magento = 0.17, Yellow = 0.17 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 208 208 -
CMYK 0 0.17 0.17 0.02
HSL 0.81% 0.9% -
HSV(B) 0.17% 0.98% -
XYZ 73.37 69.99 69.32 -
YUV 220.56 120.91 149 -
System Red Green Blue C M Y K H S L
Decimal 250 208 208 0 0.17 0.17 0.02 0 0.81 0.9
Hex FA D0 D0 0 11 11 2 0 51 5A
Octal 372 320 320 0 21 21 2 0 121 132
Binary 11111010 11010000 11010000 0 10001 10001 10 0 1010001 1011010

Color Harmonies of #FAD0D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAD0D0

Black with #FAD0D0

Text Example


Text Example

White with #FAD0D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAD0D0; }

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

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

background-color css

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

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

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

border-color css

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

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

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