#F6FACF

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

Shades of Carla #F6FACF

Tints of Carla #F6FACF

Color information

#F6FACF (or 0xF6FACF) is unknown color: approx Carla. HEX triplet: F6, FA and CF. RGB value is (246,250,207). Sum of RGB (Red+Green+Blue) = 246+250+207=703 (93% of max value = 765). Red value is 246 (96.48% from 255 or 34.99% from 703); Green value is 250 (98.05% from 255 or 35.56% from 703); Blue value is 207 (81.25% from 255 or 29.45% from 703); Max value from RGB is 250 - color contains mainly: green. Hex color #F6FACF is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F6FACF is #090530. Grayscale: #F4F4F4. Windows color (decimal): -591153 or 13630198. OLE color: 13630198.

HSL color Cylindrical-coordinate representation of color #F6FACF: hue angle of 65.58º degrees, saturation: 0.81, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #F6FACF is Cyan = 0.02, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.02.

Color convert

RGB246250207-
CMYK0.0200.170.02
HSL65.58º81.13%89.61%-
HSV(B)65.58º17.2%98.04%-
XYZ83.4592.4772.48-
YUV243.9107.17129.5-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 34.99%
GREEN value IS 250 (98.05% from 255) = 35.56%
BLUE value IS 207 (81.25% from 255) = 29.45%
R=34.99%
G=35.56%
B=29.45%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2462502070.0200.170.0265.5881.1389.61
HexF6FACF2011242515a
Octal36637231720212102121132
Binary1111011011111010110011111001000110100001010100011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6FACF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6FACF; }

 p { color: rgb(246,250,207); }

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

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

 a { background-color: rgb(246,250,207); }

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

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

 span { border-color: rgb(246,250,207); }

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