#F7DFE2

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

Shades of Carousel Pink #F7DFE2

Tints of Carousel Pink #F7DFE2

Color information

#F7DFE2 (or 0xF7DFE2) is unknown color: approx Carousel Pink. HEX triplet: F7, DF and E2. RGB value is (247,223,226). Sum of RGB (Red+Green+Blue) = 247+223+226=696 (92% of max value = 765). Red value is 247 (96.88% from 255 or 35.49% from 696); Green value is 223 (87.5% from 255 or 32.04% from 696); Blue value is 226 (88.67% from 255 or 32.47% from 696); Max value from RGB is 247 - color contains mainly: red. Hex color #F7DFE2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F7DFE2 is #08201D. Grayscale: #E6E6E6. Windows color (decimal): -532510 or 14868471. OLE color: 14868471.

HSL color Cylindrical-coordinate representation of color #F7DFE2: hue angle of 352.5º degrees, saturation: 0.6, 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 #F7DFE2 is Cyan = 0, Magento = 0.10, Yellow = 0.09 and Black (K on CMYK) = 0.03.

Color convert

RGB247223226-
CMYK00.100.090.03
HSL352.5º60%92.16%-
HSV(B)352.5º9.72%96.86%-
XYZ78.4778.0482.88-
YUV230.52125.45139.76-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 35.49%
GREEN value IS 223 (87.5% from 255) = 32.04%
BLUE value IS 226 (88.67% from 255) = 32.47%
R=35.49%
G=32.04%
B=32.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.09
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24722322600.100.090.03352.56092.16
HexF7DFE20A931603c5c
Octal36733734201211354074134
Binary111101111101111111100010010101001111011000001111001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F7DFE2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F7DFE2; }

 p { color: rgb(247,223,226); }

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

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

 a { background-color: rgb(247,223,226); }

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

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

 span { border-color: rgb(247,223,226); }

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