Html Css Color HEX #FDD1CF Cosmos

📋 copy color: '#FDD1CF'

red 253 ◦ green 209 ◦ blue 207

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

Shades of Cosmos #FDD1CF

Tints of Cosmos #FDD1CF

RGB

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

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

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

R = 37.82%
G = 31.24%
B = 30.94%

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

#FDD1CF (or 0xFDD1CF) is known color: Cosmos. HEX triplet: FD, D1 and CF. RGB value is (253,209,207). Sum of RGB (Red+Green+Blue) = 253+209+207=669 (88% of max value = 765). Red value is 253 (99.22% from 255 or 37.82% from 669); Green value is 209 (82.03% from 255 or 31.24% from 669); Blue value is 207 (81.25% from 255 or 30.94% from 669); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD1CF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDD1CF is #022E30. Grayscale: #DDDDDD. Windows color (decimal): -142897 or 13619709. OLE color: 13619709.

HSL color Cylindrical-coordinate representation of color #FDD1CF: hue angle of 2.61º degrees, saturation: 0.92, 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 #FDD1CF is Cyan = 0, Magento = 0.17, Yellow = 0.18 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 209 207 -
CMYK 0 0.17 0.18 0.01
HSL 2.61º 0.92% 0.9% -
HSV(B) 2.61º 0.18% 0.99% -
XYZ 74.57 70.99 68.8 -
YUV 221.93 119.58 150.16 -
System Red Green Blue C M Y K H S L
Decimal 253 209 207 0 0.17 0.18 0.01 2.61 0.92 0.9
Hex FD D1 CF 0 11 12 1 3 5C 5A
Octal 375 321 317 0 21 22 1 3 134 132
Binary 11111101 11010001 11001111 0 10001 10010 1 11 1011100 1011010

Color Harmonies of #FDD1CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDD1CF

Black with #FDD1CF

Text Example


Text Example

White with #FDD1CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDD1CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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