Html Css Color HEX #FDD1CC Cosmos

📋 copy color: '#FDD1CC'

red 253 ◦ green 209 ◦ blue 204

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

Shades of Cosmos #FDD1CC

Tints of Cosmos #FDD1CC

RGB

 RED value IS 253 (99.22% from 255) = 37.99%

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

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

R = 37.99%
G = 31.38%
B = 30.63%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.19

 K value IS 0.01

RGB Variations

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

Color information

#FDD1CC (or 0xFDD1CC) is known color: Cosmos. HEX triplet: FD, D1 and CC. RGB value is (253,209,204). Sum of RGB (Red+Green+Blue) = 253+209+204=666 (88% of max value = 765). Red value is 253 (99.22% from 255 or 37.99% from 666); Green value is 209 (82.03% from 255 or 31.38% from 666); Blue value is 204 (80.08% from 255 or 30.63% from 666); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD1CC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDD1CC is #022E33. Grayscale: #DDDDDD. Windows color (decimal): -142900 or 13423101. OLE color: 13423101.

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

Color convert

RGB 253 209 204 -
CMYK 0 0.17 0.19 0.01
HSL 6.12º 0.92% 0.9% -
HSV(B) 6.12º 0.19% 0.99% -
XYZ 74.21 70.84 66.89 -
YUV 221.59 118.08 150.41 -
System Red Green Blue C M Y K H S L
Decimal 253 209 204 0 0.17 0.19 0.01 6.12 0.92 0.9
Hex FD D1 CC 0 11 13 1 6 5C 5A
Octal 375 321 314 0 21 23 1 6 134 132
Binary 11111101 11010001 11001100 0 10001 10011 1 110 1011100 1011010

Color Harmonies of #FDD1CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDD1CC

Black with #FDD1CC

Text Example


Text Example

White with #FDD1CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDD1CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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