Html Css Color HEX #FDD3CF Cosmos

📋 copy color: '#FDD3CF'

red 253 ◦ green 211 ◦ blue 207

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

Shades of Cosmos #FDD3CF

Tints of Cosmos #FDD3CF

RGB

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

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

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

R = 37.7%
G = 31.45%
B = 30.85%

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

#FDD3CF (or 0xFDD3CF) is known color: Cosmos. HEX triplet: FD, D3 and CF. RGB value is (253,211,207). Sum of RGB (Red+Green+Blue) = 253+211+207=671 (88% of max value = 765). Red value is 253 (99.22% from 255 or 37.70% from 671); Green value is 211 (82.81% from 255 or 31.45% from 671); Blue value is 207 (81.25% from 255 or 30.85% from 671); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD3CF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDD3CF is #022C30. Grayscale: #DFDFDF. Windows color (decimal): -142385 or 13620221. OLE color: 13620221.

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

Color convert

RGB 253 211 207 -
CMYK 0 0.17 0.18 0.01
HSL 5.22º 0.92% 0.9% -
HSV(B) 5.22º 0.18% 0.99% -
XYZ 75.06 71.98 68.97 -
YUV 223.1 118.91 149.33 -
System Red Green Blue C M Y K H S L
Decimal 253 211 207 0 0.17 0.18 0.01 5.22 0.92 0.9
Hex FD D3 CF 0 11 12 1 5 5C 5A
Octal 375 323 317 0 21 22 1 5 134 132
Binary 11111101 11010011 11001111 0 10001 10010 1 101 1011100 1011010

Color Harmonies of #FDD3CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDD3CF

Black with #FDD3CF

Text Example


Text Example

White with #FDD3CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDD3CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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