#FFDFE3

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

Shades of Carousel Pink #FFDFE3

Tints of Carousel Pink #FFDFE3

Color information

#FFDFE3 (or 0xFFDFE3) is unknown color: approx Carousel Pink. HEX triplet: FF, DF and E3. RGB value is (255,223,227). Sum of RGB (Red+Green+Blue) = 255+223+227=705 (93% of max value = 765). Red value is 255 (100% from 255 or 36.17% from 705); Green value is 223 (87.5% from 255 or 31.63% from 705); Blue value is 227 (89.06% from 255 or 32.20% from 705); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDFE3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFDFE3 is #00201C. Grayscale: #E9E9E9. Windows color (decimal): -8221 or 14934015. OLE color: 14934015.

HSL color Cylindrical-coordinate representation of color #FFDFE3: hue angle of 352.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 #FFDFE3 is Cyan = 0, Magento = 0.13, Yellow = 0.11 and Black (K on CMYK) = 0.

Color convert

RGB255223227-
CMYK00.130.110
HSL352.5º100%93.73%-
HSV(B)352.5º12.55%100%-
XYZ81.4979.5883.74-
YUV233.02124.6143.67-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 36.17%
GREEN value IS 223 (87.5% from 255) = 31.63%
BLUE value IS 227 (89.06% from 255) = 32.20%
R=36.17%
G=31.63%
B=32.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.11
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25522322700.130.110352.510093.73
HexFFDFE30DB0160645e
Octal377337343015130540144136
Binary111111111101111111100011011011011010110000011001001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFDFE3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFDFE3; }

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

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

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

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

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

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

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

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