#F2CEB3

Color #F2CEB3 Desert Sand (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Desert Sand #F2CEB3

Tints of Desert Sand #F2CEB3

Color information

#F2CEB3 (or 0xF2CEB3) is unknown color: approx Desert Sand. HEX triplet: F2, CE and B3. RGB value is (242,206,179). Sum of RGB (Red+Green+Blue) = 242+206+179=627 (83% of max value = 765). Red value is 242 (94.92% from 255 or 38.60% from 627); Green value is 206 (80.86% from 255 or 32.85% from 627); Blue value is 179 (70.31% from 255 or 28.55% from 627); Max value from RGB is 242 - color contains mainly: red. Hex color #F2CEB3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2CEB3 is #0D314C. Grayscale: #D5D5D5. Windows color (decimal): -864589 or 11783922. OLE color: 11783922.

HSL color Cylindrical-coordinate representation of color #F2CEB3: hue angle of 25.71º degrees, saturation: 0.71, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #F2CEB3 is Cyan = 0, Magento = 0.15, Yellow = 0.26 and Black (K on CMYK) = 0.05.

Color convert

RGB242206179-
CMYK00.150.260.05
HSL25.71º70.79%82.55%-
HSV(B)25.71º26.03%94.9%-
XYZ66.8366.2751.92-
YUV213.69108.43148.2-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 38.60%
GREEN value IS 206 (80.86% from 255) = 32.85%
BLUE value IS 179 (70.31% from 255) = 28.55%
R=38.60%
G=32.85%
B=28.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.26
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24220617900.150.260.0525.7170.7982.55
HexF2CEB30F1A51a4753
Octal36231626301732532107123
Binary11110010110011101011001101111110101011101010001111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2CEB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2CEB3; }

 p { color: rgb(242,206,179); }

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

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

 a { background-color: rgb(242,206,179); }

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

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

 span { border-color: rgb(242,206,179); }

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