Html Css Color HEX #FDD5CE Cosmos

📋 copy color: '#FDD5CE'

red 253 ◦ green 213 ◦ blue 206

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

Shades of Cosmos #FDD5CE

Tints of Cosmos #FDD5CE

RGB

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

 GREEN value IS 213 (83.59% from 255) = 31.7%

 BLUE value IS 206 (80.86% from 255) = 30.65%

R = 37.65%
G = 31.7%
B = 30.65%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.19

 K value IS 0.01

RGB Variations

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

Color information

#FDD5CE (or 0xFDD5CE) is known color: Cosmos. HEX triplet: FD, D5 and CE. RGB value is (253,213,206). Sum of RGB (Red+Green+Blue) = 253+213+206=672 (89% of max value = 765). Red value is 253 (99.22% from 255 or 37.65% from 672); Green value is 213 (83.59% from 255 or 31.70% from 672); Blue value is 206 (80.86% from 255 or 30.65% from 672); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD5CE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDD5CE is #022A31. Grayscale: #E0E0E0. Windows color (decimal): -141874 or 13555197. OLE color: 13555197.

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

Color convert

RGB 253 213 206 -
CMYK 0 0.16 0.19 0.01
HSL 8.94º 0.92% 0.9% -
HSV(B) 8.94º 0.19% 0.99% -
XYZ 75.44 72.93 68.49 -
YUV 224.16 117.75 148.57 -
System Red Green Blue C M Y K H S L
Decimal 253 213 206 0 0.16 0.19 0.01 8.94 0.92 0.9
Hex FD D5 CE 0 10 13 1 9 5C 5A
Octal 375 325 316 0 20 23 1 11 134 132
Binary 11111101 11010101 11001110 0 10000 10011 1 1001 1011100 1011010

Color Harmonies of #FDD5CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDD5CE

Black with #FDD5CE

Text Example


Text Example

White with #FDD5CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDD5CE; }

 p { color: rgb(253,213,206); }

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

background-color css

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

 a { background-color: rgb(253,213,206); }

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

border-color css

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

 span { border-color: rgb(253,213,206); }

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