Html Css Color HEX #FDD6CE Cosmos

📋 copy color: '#FDD6CE'

red 253 ◦ green 214 ◦ blue 206

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

Shades of Cosmos #FDD6CE

Tints of Cosmos #FDD6CE

RGB

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

 GREEN value IS 214 (83.98% from 255) = 31.8%

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

R = 37.59%
G = 31.8%
B = 30.61%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.19

 K value IS 0.01

RGB Variations

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

Color information

#FDD6CE (or 0xFDD6CE) is known color: Cosmos. HEX triplet: FD, D6 and CE. RGB value is (253,214,206). Sum of RGB (Red+Green+Blue) = 253+214+206=673 (89% of max value = 765). Red value is 253 (99.22% from 255 or 37.59% from 673); Green value is 214 (83.98% from 255 or 31.80% from 673); Blue value is 206 (80.86% from 255 or 30.61% from 673); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD6CE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDD6CE is #022931. Grayscale: #E0E0E0. Windows color (decimal): -141618 or 13555453. OLE color: 13555453.

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

Color convert

RGB 253 214 206 -
CMYK 0 0.15 0.19 0.01
HSL 10.21º 0.92% 0.9% -
HSV(B) 10.21º 0.19% 0.99% -
XYZ 75.7 73.43 68.58 -
YUV 224.75 117.42 148.15 -
System Red Green Blue C M Y K H S L
Decimal 253 214 206 0 0.15 0.19 0.01 10.21 0.92 0.9
Hex FD D6 CE 0 F 13 1 A 5C 5A
Octal 375 326 316 0 17 23 1 12 134 132
Binary 11111101 11010110 11001110 0 1111 10011 1 1010 1011100 1011010

Color Harmonies of #FDD6CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDD6CE

Black with #FDD6CE

Text Example


Text Example

White with #FDD6CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDD6CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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