#F5DADF

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

Shades of Carousel Pink #F5DADF

Tints of Carousel Pink #F5DADF

Color information

#F5DADF (or 0xF5DADF) is unknown color: approx Carousel Pink. HEX triplet: F5, DA and DF. RGB value is (245,218,223). Sum of RGB (Red+Green+Blue) = 245+218+223=686 (90% of max value = 765). Red value is 245 (96.09% from 255 or 35.71% from 686); Green value is 218 (85.55% from 255 or 31.78% from 686); Blue value is 223 (87.5% from 255 or 32.51% from 686); Max value from RGB is 245 - color contains mainly: red. Hex color #F5DADF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F5DADF is #0A2520. Grayscale: #E2E2E2. Windows color (decimal): -664865 or 14670581. OLE color: 14670581.

HSL color Cylindrical-coordinate representation of color #F5DADF: hue angle of 348.89º degrees, saturation: 0.57, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #F5DADF is Cyan = 0, Magento = 0.11, Yellow = 0.09 and Black (K on CMYK) = 0.04.

Color convert

RGB245218223-
CMYK00.110.090.04
HSL348.89º57.45%90.78%-
HSV(B)348.89º11.02%96.08%-
XYZ76.0574.8880.26-
YUV226.64125.95141.09-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 35.71%
GREEN value IS 218 (85.55% from 255) = 31.78%
BLUE value IS 223 (87.5% from 255) = 32.51%
R=35.71%
G=31.78%
B=32.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.09
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24521822300.110.090.04348.8957.4590.78
HexF5DADF0B9415d395b
Octal36533233701311453571133
Binary1111010111011010110111110101110011001010111011110011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5DADF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5DADF; }

 p { color: rgb(245,218,223); }

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

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

 a { background-color: rgb(245,218,223); }

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

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

 span { border-color: rgb(245,218,223); }

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