#FFDFE5

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

Shades of Carousel Pink #FFDFE5

Tints of Carousel Pink #FFDFE5

Color information

#FFDFE5 (or 0xFFDFE5) is unknown color: approx Carousel Pink. HEX triplet: FF, DF and E5. RGB value is (255,223,229). Sum of RGB (Red+Green+Blue) = 255+223+229=707 (93% of max value = 765). Red value is 255 (100% from 255 or 36.07% from 707); Green value is 223 (87.5% from 255 or 31.54% from 707); Blue value is 229 (89.84% from 255 or 32.39% from 707); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDFE5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFDFE5 is #00201A. Grayscale: #E9E9E9. Windows color (decimal): -8219 or 15065087. OLE color: 15065087.

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

Color convert

RGB255223229-
CMYK00.130.100
HSL348.75º100%93.73%-
HSV(B)348.75º12.55%100%-
XYZ81.7779.6985.2-
YUV233.25125.6143.51-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 36.07%
GREEN value IS 223 (87.5% from 255) = 31.54%
BLUE value IS 229 (89.84% from 255) = 32.39%
R=36.07%
G=31.54%
B=32.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.10
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25522322900.130.100348.7510093.73
HexFFDFE50DA015d645e
Octal377337345015120535144136
Binary111111111101111111100101011011010010101110111001001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFDFE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFDFE5; }

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

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

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

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

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

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

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

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