#F2BAD0

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

Shades of Chantilly #F2BAD0

Tints of Chantilly #F2BAD0

Color information

#F2BAD0 (or 0xF2BAD0) is unknown color: approx Chantilly. HEX triplet: F2, BA and D0. RGB value is (242,186,208). Sum of RGB (Red+Green+Blue) = 242+186+208=636 (84% of max value = 765). Red value is 242 (94.92% from 255 or 38.05% from 636); Green value is 186 (73.05% from 255 or 29.25% from 636); Blue value is 208 (81.64% from 255 or 32.70% from 636); Max value from RGB is 242 - color contains mainly: red. Hex color #F2BAD0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2BAD0 is #0D452F. Grayscale: #CDCDCD. Windows color (decimal): -869680 or 13679346. OLE color: 13679346.

HSL color Cylindrical-coordinate representation of color #F2BAD0: hue angle of 336.43º degrees, saturation: 0.68, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #F2BAD0 is Cyan = 0, Magento = 0.23, Yellow = 0.14 and Black (K on CMYK) = 0.05.

Color convert

RGB242186208-
CMYK00.230.140.05
HSL336.43º68.29%83.92%-
HSV(B)336.43º23.14%94.9%-
XYZ65.5658.5567.52-
YUV205.25129.55154.21-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 38.05%
GREEN value IS 186 (73.05% from 255) = 29.25%
BLUE value IS 208 (81.64% from 255) = 32.70%
R=38.05%
G=29.25%
B=32.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.14
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24218620800.230.140.05336.4368.2983.92
HexF2BAD0017E51504454
Octal362272320027165520104124
Binary111100101011101011010000010111111010110101000010001001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2BAD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2BAD0; }

 p { color: rgb(242,186,208); }

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

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

 a { background-color: rgb(242,186,208); }

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

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

 span { border-color: rgb(242,186,208); }

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