#F3BFCF

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

Shades of Chantilly #F3BFCF

Tints of Chantilly #F3BFCF

Color information

#F3BFCF (or 0xF3BFCF) is unknown color: approx Chantilly. HEX triplet: F3, BF and CF. RGB value is (243,191,207). Sum of RGB (Red+Green+Blue) = 243+191+207=641 (84% of max value = 765). Red value is 243 (95.31% from 255 or 37.91% from 641); Green value is 191 (75% from 255 or 29.80% from 641); Blue value is 207 (81.25% from 255 or 32.29% from 641); Max value from RGB is 243 - color contains mainly: red. Hex color #F3BFCF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F3BFCF is #0C4030. Grayscale: #D0D0D0. Windows color (decimal): -802865 or 13615091. OLE color: 13615091.

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

Color convert

RGB243191207-
CMYK00.210.150.05
HSL341.54º68.42%85.1%-
HSV(B)341.54º21.4%95.29%-
XYZ66.8660.8267.25-
YUV208.37127.23152.7-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 37.91%
GREEN value IS 191 (75% from 255) = 29.80%
BLUE value IS 207 (81.25% from 255) = 32.29%
R=37.91%
G=29.80%
B=32.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.15
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24319120700.210.150.05341.5468.4285.1
HexF3BFCF015F51564455
Octal363277317025175526104125
Binary111100111011111111001111010101111110110101011010001001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3BFCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3BFCF; }

 p { color: rgb(243,191,207); }

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

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

 a { background-color: rgb(243,191,207); }

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

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

 span { border-color: rgb(243,191,207); }

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