Html Css Color HEX #FDDAD6 Cosmos

📋 copy color: '#FDDAD6'

red 253 ◦ green 218 ◦ blue 214

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

Shades of Cosmos #FDDAD6

Tints of Cosmos #FDDAD6

RGB

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

 GREEN value IS 218 (85.55% from 255) = 31.82%

 BLUE value IS 214 (83.98% from 255) = 31.24%

R = 36.93%
G = 31.82%
B = 31.24%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.15

 K value IS 0.01

RGB Variations

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

Color information

#FDDAD6 (or 0xFDDAD6) is known color: Cosmos. HEX triplet: FD, DA and D6. RGB value is (253,218,214). Sum of RGB (Red+Green+Blue) = 253+218+214=685 (90% of max value = 765). Red value is 253 (99.22% from 255 or 36.93% from 685); Green value is 218 (85.55% from 255 or 31.82% from 685); Blue value is 214 (83.98% from 255 or 31.24% from 685); Max value from RGB is 253 - color contains mainly: red. Hex color #FDDAD6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDDAD6 is #022529. Grayscale: #E4E4E4. Windows color (decimal): -140586 or 14080765. OLE color: 14080765.

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

Color convert

RGB 253 218 214 -
CMYK 0 0.14 0.15 0.01
HSL 6.15º 0.91% 0.92% -
HSV(B) 6.15º 0.15% 0.99% -
XYZ 77.72 75.88 74.17 -
YUV 228.01 120.1 145.83 -
System Red Green Blue C M Y K H S L
Decimal 253 218 214 0 0.14 0.15 0.01 6.15 0.91 0.92
Hex FD DA D6 0 E F 1 6 5B 5C
Octal 375 332 326 0 16 17 1 6 133 134
Binary 11111101 11011010 11010110 0 1110 1111 1 110 1011011 1011100

Color Harmonies of #FDDAD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDDAD6

Black with #FDDAD6

Text Example


Text Example

White with #FDDAD6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDDAD6; }

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

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

background-color css

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

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

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

border-color css

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

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

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