#FFDADB

Color #FFDADB We Peep (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of We Peep #FFDADB

Tints of We Peep #FFDADB

Color information

#FFDADB (or 0xFFDADB) is unknown color: approx We Peep. HEX triplet: FF, DA and DB. RGB value is (255,218,219). Sum of RGB (Red+Green+Blue) = 255+218+219=692 (91% of max value = 765). Red value is 255 (100% from 255 or 36.85% from 692); Green value is 218 (85.55% from 255 or 31.50% from 692); Blue value is 219 (85.94% from 255 or 31.65% from 692); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDADB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFDADB is #002524. Grayscale: #E5E5E5. Windows color (decimal): -9509 or 14408447. OLE color: 14408447.

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

Color convert

RGB255218219-
CMYK00.150.140
HSL358.38º100%92.75%-
HSV(B)358.38º14.51%100%-
XYZ79.176.5277.62-
YUV229.18122.26146.42-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 36.85%
GREEN value IS 218 (85.55% from 255) = 31.50%
BLUE value IS 219 (85.94% from 255) = 31.65%
R=36.85%
G=31.50%
B=31.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.14
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25521821900.150.140358.3810092.75
HexFFDADB0FE0166645d
Octal377332333017160546144135
Binary111111111101101011011011011111110010110011011001001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFDADB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFDADB; }

 p { color: rgb(255,218,219); }

 H1.HeaderClassName
 {
   color: #FFDADB;
 }
 .AnyTagClassName
 {
   color: #FFDADB;
 }
</style>
background-color css

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

 a { background-color: rgb(255,218,219); }

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

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

 span { border-color: rgb(255,218,219); }

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