#FFDFFB

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

Shades of Selago #FFDFFB

Tints of Selago #FFDFFB

Color information

#FFDFFB (or 0xFFDFFB) is unknown color: approx Selago. HEX triplet: FF, DF and FB. RGB value is (255,223,251). Sum of RGB (Red+Green+Blue) = 255+223+251=729 (96% of max value = 765). Red value is 255 (100% from 255 or 34.98% from 729); Green value is 223 (87.5% from 255 or 30.59% from 729); Blue value is 251 (98.44% from 255 or 34.43% from 729); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDFFB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FFDFFB is #002004. Grayscale: #EBEBEB. Windows color (decimal): -8197 or 16506879. OLE color: 16506879.

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

Color convert

RGB255223251-
CMYK00.130.020
HSL307.5º100%93.73%-
HSV(B)307.5º12.55%100%-
XYZ85.0481102.42-
YUV235.76136.6141.72-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 34.98%
GREEN value IS 223 (87.5% from 255) = 30.59%
BLUE value IS 251 (98.44% from 255) = 34.43%
R=34.98%
G=30.59%
B=34.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.02
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25522325100.130.020307.510093.73
HexFFDFFB0D20134645e
Octal37733737301520464144136
Binary1111111111011111111110110110110010011010011001001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFDFFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFDFFB; }

 p { color: rgb(255,223,251); }

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

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

 a { background-color: rgb(255,223,251); }

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

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

 span { border-color: rgb(255,223,251); }

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