Html Css Color HEX #FCD0CF Cosmos

📋 copy color: '#FCD0CF'

red 252 ◦ green 208 ◦ blue 207

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

Shades of Cosmos #FCD0CF

Tints of Cosmos #FCD0CF

RGB

 RED value IS 252 (98.83% from 255) = 37.78%

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

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

R = 37.78%
G = 31.18%
B = 31.03%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.18

 K value IS 0.01

RGB Variations

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

Color information

#FCD0CF (or 0xFCD0CF) is known color: Cosmos. HEX triplet: FC, D0 and CF. RGB value is (252,208,207). Sum of RGB (Red+Green+Blue) = 252+208+207=667 (88% of max value = 765). Red value is 252 (98.83% from 255 or 37.78% from 667); Green value is 208 (81.64% from 255 or 31.18% from 667); Blue value is 207 (81.25% from 255 or 31.03% from 667); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD0CF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCD0CF is #032F30. Grayscale: #DDDDDD. Windows color (decimal): -208689 or 13619452. OLE color: 13619452.

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

Color convert

RGB 252 208 207 -
CMYK 0 0.17 0.18 0.01
HSL 1.33º 0.88% 0.9% -
HSV(B) 1.33º 0.18% 0.99% -
XYZ 73.96 70.31 68.7 -
YUV 221.04 120.08 150.08 -
System Red Green Blue C M Y K H S L
Decimal 252 208 207 0 0.17 0.18 0.01 1.33 0.88 0.9
Hex FC D0 CF 0 11 12 1 1 58 5A
Octal 374 320 317 0 21 22 1 1 130 132
Binary 11111100 11010000 11001111 0 10001 10010 1 1 1011000 1011010

Color Harmonies of #FCD0CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCD0CF

Black with #FCD0CF

Text Example


Text Example

White with #FCD0CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCD0CF; }

 p { color: rgb(252,208,207); }

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

background-color css

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

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

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

border-color css

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

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

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