Html Css Color HEX #FAD3CF Cosmos

📋 copy color: '#FAD3CF'

red 250 ◦ green 211 ◦ blue 207

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

Shades of Cosmos #FAD3CF

Tints of Cosmos #FAD3CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 30.99%

R = 37.43%
G = 31.59%
B = 30.99%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.17

 K value IS 0.02

RGB Variations

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

Color information

#FAD3CF (or 0xFAD3CF) is known color: Cosmos. HEX triplet: FA, D3 and CF. RGB value is (250,211,207). Sum of RGB (Red+Green+Blue) = 250+211+207=668 (88% of max value = 765). Red value is 250 (98.05% from 255 or 37.43% from 668); Green value is 211 (82.81% from 255 or 31.59% from 668); Blue value is 207 (81.25% from 255 or 30.99% from 668); Max value from RGB is 250 - color contains mainly: red. Hex color #FAD3CF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FAD3CF is #052C30. Grayscale: #DEDEDE. Windows color (decimal): -338993 or 13620218. OLE color: 13620218.

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

Color convert

RGB 250 211 207 -
CMYK 0 0.16 0.17 0.02
HSL 5.58º 0.81% 0.9% -
HSV(B) 5.58º 0.17% 0.98% -
XYZ 73.98 71.42 68.92 -
YUV 222.21 119.42 147.83 -
System Red Green Blue C M Y K H S L
Decimal 250 211 207 0 0.16 0.17 0.02 5.58 0.81 0.9
Hex FA D3 CF 0 10 11 2 6 51 5A
Octal 372 323 317 0 20 21 2 6 121 132
Binary 11111010 11010011 11001111 0 10000 10001 10 110 1010001 1011010

Color Harmonies of #FAD3CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAD3CF

Black with #FAD3CF

Text Example


Text Example

White with #FAD3CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAD3CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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