#F8DADF

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

Shades of Carousel Pink #F8DADF

Tints of Carousel Pink #F8DADF

Color information

#F8DADF (or 0xF8DADF) is unknown color: approx Carousel Pink. HEX triplet: F8, DA and DF. RGB value is (248,218,223). Sum of RGB (Red+Green+Blue) = 248+218+223=689 (91% of max value = 765). Red value is 248 (97.27% from 255 or 35.99% from 689); Green value is 218 (85.55% from 255 or 31.64% from 689); Blue value is 223 (87.5% from 255 or 32.37% from 689); Max value from RGB is 248 - color contains mainly: red. Hex color #F8DADF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F8DADF is #072520. Grayscale: #E3E3E3. Windows color (decimal): -468257 or 14670584. OLE color: 14670584.

HSL color Cylindrical-coordinate representation of color #F8DADF: hue angle of 350º degrees, saturation: 0.68, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #F8DADF is Cyan = 0, Magento = 0.12, Yellow = 0.10 and Black (K on CMYK) = 0.03.

Color convert

RGB248218223-
CMYK00.120.100.03
HSL350º68.18%91.37%-
HSV(B)350º12.1%97.25%-
XYZ77.175.4380.31-
YUV227.54125.44142.59-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 35.99%
GREEN value IS 218 (85.55% from 255) = 31.64%
BLUE value IS 223 (87.5% from 255) = 32.37%
R=35.99%
G=31.64%
B=32.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.10
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24821822300.120.100.0335068.1891.37
HexF8DADF0CA315e445b
Octal370332337014123536104133
Binary1111100011011010110111110110010101110101111010001001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8DADF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8DADF; }

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

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

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

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

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

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

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

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