Html Css Color HEX #FAD3CC Cosmos

📋 copy color: '#FAD3CC'

red 250 ◦ green 211 ◦ blue 204

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

Shades of Cosmos #FAD3CC

Tints of Cosmos #FAD3CC

RGB

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

 GREEN value IS 211 (82.81% from 255) = 31.73%

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

R = 37.59%
G = 31.73%
B = 30.68%

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

#FAD3CC (or 0xFAD3CC) is known color: Cosmos. HEX triplet: FA, D3 and CC. RGB value is (250,211,204). Sum of RGB (Red+Green+Blue) = 250+211+204=665 (88% of max value = 765). Red value is 250 (98.05% from 255 or 37.59% from 665); Green value is 211 (82.81% from 255 or 31.73% from 665); Blue value is 204 (80.08% from 255 or 30.68% from 665); Max value from RGB is 250 - color contains mainly: red. Hex color #FAD3CC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FAD3CC is #052C33. Grayscale: #DDDDDD. Windows color (decimal): -338996 or 13423610. OLE color: 13423610.

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

Color convert

RGB 250 211 204 -
CMYK 0 0.16 0.18 0.02
HSL 9.13º 0.82% 0.89% -
HSV(B) 9.13º 0.18% 0.98% -
XYZ 73.62 71.27 67 -
YUV 221.86 117.92 148.07 -
System Red Green Blue C M Y K H S L
Decimal 250 211 204 0 0.16 0.18 0.02 9.13 0.82 0.89
Hex FA D3 CC 0 10 12 2 9 52 59
Octal 372 323 314 0 20 22 2 11 122 131
Binary 11111010 11010011 11001100 0 10000 10010 10 1001 1010010 1011001

Color Harmonies of #FAD3CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAD3CC

Black with #FAD3CC

Text Example


Text Example

White with #FAD3CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAD3CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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