Html Css Color HEX #FAD4CC Cosmos

📋 copy color: '#FAD4CC'

red 250 ◦ green 212 ◦ blue 204

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

Shades of Cosmos #FAD4CC

Tints of Cosmos #FAD4CC

RGB

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

 GREEN value IS 212 (83.2% from 255) = 31.83%

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

R = 37.54%
G = 31.83%
B = 30.63%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.18

 K value IS 0.02

RGB Variations

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

Color information

#FAD4CC (or 0xFAD4CC) is known color: Cosmos. HEX triplet: FA, D4 and CC. RGB value is (250,212,204). Sum of RGB (Red+Green+Blue) = 250+212+204=666 (88% of max value = 765). Red value is 250 (98.05% from 255 or 37.54% from 666); Green value is 212 (83.20% from 255 or 31.83% from 666); Blue value is 204 (80.08% from 255 or 30.63% from 666); Max value from RGB is 250 - color contains mainly: red. Hex color #FAD4CC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FAD4CC is #052B33. Grayscale: #DEDEDE. Windows color (decimal): -338740 or 13423866. OLE color: 13423866.

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

Color convert

RGB 250 212 204 -
CMYK 0 0.15 0.18 0.02
HSL 10.43º 0.82% 0.89% -
HSV(B) 10.43º 0.18% 0.98% -
XYZ 73.87 71.77 67.09 -
YUV 222.45 117.59 147.65 -
System Red Green Blue C M Y K H S L
Decimal 250 212 204 0 0.15 0.18 0.02 10.43 0.82 0.89
Hex FA D4 CC 0 F 12 2 A 52 59
Octal 372 324 314 0 17 22 2 12 122 131
Binary 11111010 11010100 11001100 0 1111 10010 10 1010 1010010 1011001

Color Harmonies of #FAD4CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAD4CC

Black with #FAD4CC

Text Example


Text Example

White with #FAD4CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAD4CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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