Html Css Color HEX #FAD1CC Cosmos

📋 copy color: '#FAD1CC'

red 250 ◦ green 209 ◦ blue 204

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

Shades of Cosmos #FAD1CC

Tints of Cosmos #FAD1CC

RGB

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

 GREEN value IS 209 (82.03% from 255) = 31.52%

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

R = 37.71%
G = 31.52%
B = 30.77%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.18

 K value IS 0.02

RGB Variations

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

Color information

#FAD1CC (or 0xFAD1CC) is known color: Cosmos. HEX triplet: FA, D1 and CC. RGB value is (250,209,204). Sum of RGB (Red+Green+Blue) = 250+209+204=663 (87% of max value = 765). Red value is 250 (98.05% from 255 or 37.71% from 663); Green value is 209 (82.03% from 255 or 31.52% from 663); Blue value is 204 (80.08% from 255 or 30.77% from 663); Max value from RGB is 250 - color contains mainly: red. Hex color #FAD1CC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FAD1CC is #052E33. Grayscale: #DCDCDC. Windows color (decimal): -339508 or 13423098. OLE color: 13423098.

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

Color convert

RGB 250 209 204 -
CMYK 0 0.16 0.18 0.02
HSL 6.52º 0.82% 0.89% -
HSV(B) 6.52º 0.18% 0.98% -
XYZ 73.12 70.28 66.84 -
YUV 220.69 118.58 148.91 -
System Red Green Blue C M Y K H S L
Decimal 250 209 204 0 0.16 0.18 0.02 6.52 0.82 0.89
Hex FA D1 CC 0 10 12 2 7 52 59
Octal 372 321 314 0 20 22 2 7 122 131
Binary 11111010 11010001 11001100 0 10000 10010 10 111 1010010 1011001

Color Harmonies of #FAD1CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAD1CC

Black with #FAD1CC

Text Example


Text Example

White with #FAD1CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAD1CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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