#F8DFE4

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

Shades of Carousel Pink #F8DFE4

Tints of Carousel Pink #F8DFE4

Color information

#F8DFE4 (or 0xF8DFE4) is unknown color: approx Carousel Pink. HEX triplet: F8, DF and E4. RGB value is (248,223,228). Sum of RGB (Red+Green+Blue) = 248+223+228=699 (92% of max value = 765). Red value is 248 (97.27% from 255 or 35.48% from 699); Green value is 223 (87.5% from 255 or 31.90% from 699); Blue value is 228 (89.45% from 255 or 32.62% from 699); Max value from RGB is 248 - color contains mainly: red. Hex color #F8DFE4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F8DFE4 is #07201B. Grayscale: #E7E7E7. Windows color (decimal): -466972 or 14999544. OLE color: 14999544.

HSL color Cylindrical-coordinate representation of color #F8DFE4: hue angle of 348º degrees, saturation: 0.64, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #F8DFE4 is Cyan = 0, Magento = 0.10, Yellow = 0.08 and Black (K on CMYK) = 0.03.

Color convert

RGB248223228-
CMYK00.100.080.03
HSL348º64.1%92.35%-
HSV(B)348º10.08%97.25%-
XYZ79.178.3384.35-
YUV231.04126.28140.09-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 35.48%
GREEN value IS 223 (87.5% from 255) = 31.90%
BLUE value IS 228 (89.45% from 255) = 32.62%
R=35.48%
G=31.90%
B=32.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.08
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24822322800.100.080.0334864.192.35
HexF8DFE40A8315c405c
Octal370337344012103534100134
Binary1111100011011111111001000101010001110101110010000001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8DFE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8DFE4; }

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

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

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

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

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

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

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

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