#F2E6DF

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

Shades of Fair Pink #F2E6DF

Tints of Fair Pink #F2E6DF

Color information

#F2E6DF (or 0xF2E6DF) is unknown color: approx Fair Pink. HEX triplet: F2, E6 and DF. RGB value is (242,230,223). Sum of RGB (Red+Green+Blue) = 242+230+223=695 (92% of max value = 765). Red value is 242 (94.92% from 255 or 34.82% from 695); Green value is 230 (90.23% from 255 or 33.09% from 695); Blue value is 223 (87.5% from 255 or 32.09% from 695); Max value from RGB is 242 - color contains mainly: red. Hex color #F2E6DF is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F2E6DF is #0D1920. Grayscale: #E8E8E8. Windows color (decimal): -858401 or 14673650. OLE color: 14673650.

HSL color Cylindrical-coordinate representation of color #F2E6DF: hue angle of 22.11º degrees, saturation: 0.42, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #F2E6DF is Cyan = 0, Magento = 0.05, Yellow = 0.08 and Black (K on CMYK) = 0.05.

Color convert

RGB242230223-
CMYK00.050.080.05
HSL22.11º42.22%91.18%-
HSV(B)22.11º7.85%94.9%-
XYZ78.2380.881.28-
YUV232.79122.48134.57-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 34.82%
GREEN value IS 230 (90.23% from 255) = 33.09%
BLUE value IS 223 (87.5% from 255) = 32.09%
R=34.82%
G=33.09%
B=32.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.08
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24223022300.050.080.0522.1142.2291.18
HexF2E6DF0585162a5b
Octal362346337051052652133
Binary11110010111001101101111101011000101101101010101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2E6DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2E6DF; }

 p { color: rgb(242,230,223); }

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

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

 a { background-color: rgb(242,230,223); }

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

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

 span { border-color: rgb(242,230,223); }

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