#F29DCE

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

Shades of Shocking #F29DCE

Tints of Shocking #F29DCE

Color information

#F29DCE (or 0xF29DCE) is unknown color: approx Shocking. HEX triplet: F2, 9D and CE. RGB value is (242,157,206). Sum of RGB (Red+Green+Blue) = 242+157+206=605 (80% of max value = 765). Red value is 242 (94.92% from 255 or 40% from 605); Green value is 157 (61.72% from 255 or 25.95% from 605); Blue value is 206 (80.86% from 255 or 34.05% from 605); Max value from RGB is 242 - color contains mainly: red. Hex color #F29DCE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F29DCE is #0D6231. Grayscale: #BBBBBB. Windows color (decimal): -877106 or 13540850. OLE color: 13540850.

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

Color convert

RGB242157206-
CMYK00.350.150.05
HSL325.41º76.58%78.24%-
HSV(B)325.41º35.12%94.9%-
XYZ59.8247.4564.4-
YUV188138.16166.52-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 40%
GREEN value IS 157 (61.72% from 255) = 25.95%
BLUE value IS 206 (80.86% from 255) = 34.05%
R=40%
G=25.95%
B=34.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.15
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24215720600.350.150.05325.4176.5878.24
HexF29DCE023F51454d4e
Octal362235316043175505115116
Binary1111001010011101110011100100011111110110100010110011011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F29DCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F29DCE; }

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

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

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

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

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

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

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

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