Html Css Color HEX #FDD5D9 We Peep

📋 copy color: '#FDD5D9'

red 253 ◦ green 213 ◦ blue 217

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

Shades of We Peep #FDD5D9

Tints of We Peep #FDD5D9

RGB

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

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

 BLUE value IS 217 (85.16% from 255) = 31.77%

R = 37.04%
G = 31.19%
B = 31.77%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.14

 K value IS 0.01

RGB Variations

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

Color information

#FDD5D9 (or 0xFDD5D9) is known color: We Peep. HEX triplet: FD, D5 and D9. RGB value is (253,213,217). Sum of RGB (Red+Green+Blue) = 253+213+217=683 (90% of max value = 765). Red value is 253 (99.22% from 255 or 37.04% from 683); Green value is 213 (83.59% from 255 or 31.19% from 683); Blue value is 217 (85.16% from 255 or 31.77% from 683); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD5D9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDD5D9 is #022A26. Grayscale: #E1E1E1. Windows color (decimal): -141863 or 14276093. OLE color: 14276093.

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

Color convert

RGB 253 213 217 -
CMYK 0 0.16 0.14 0.01
HSL 354º 0.91% 0.91% -
HSV(B) 354º 0.16% 0.99% -
XYZ 76.83 73.48 75.78 -
YUV 225.42 123.25 147.67 -
System Red Green Blue C M Y K H S L
Decimal 253 213 217 0 0.16 0.14 0.01 354 0.91 0.91
Hex FD D5 D9 0 10 E 1 162 5B 5B
Octal 375 325 331 0 20 16 1 542 133 133
Binary 11111101 11010101 11011001 0 10000 1110 1 101100010 1011011 1011011

Color Harmonies of #FDD5D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDD5D9

Black with #FDD5D9

Text Example


Text Example

White with #FDD5D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDD5D9; }

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

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

background-color css

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

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

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

border-color css

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

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

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