#F6FAD3

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

Shades of Carla #F6FAD3

Tints of Carla #F6FAD3

Color information

#F6FAD3 (or 0xF6FAD3) is unknown color: approx Carla. HEX triplet: F6, FA and D3. RGB value is (246,250,211). Sum of RGB (Red+Green+Blue) = 246+250+211=707 (93% of max value = 765). Red value is 246 (96.48% from 255 or 34.79% from 707); Green value is 250 (98.05% from 255 or 35.36% from 707); Blue value is 211 (82.81% from 255 or 29.84% from 707); Max value from RGB is 250 - color contains mainly: green. Hex color #F6FAD3 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F6FAD3 is #09052C. Grayscale: #F4F4F4. Windows color (decimal): -591149 or 13892342. OLE color: 13892342.

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

Color convert

RGB246250211-
CMYK0.0200.160.02
HSL66.15º79.59%90.39%-
HSV(B)66.15º15.6%98.04%-
XYZ83.9592.6775.09-
YUV244.36109.17129.17-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 34.79%
GREEN value IS 250 (98.05% from 255) = 35.36%
BLUE value IS 211 (82.81% from 255) = 29.84%
R=34.79%
G=35.36%
B=29.84%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2462502110.0200.160.0266.1579.5990.39
HexF6FAD32010242505a
Octal36637232320202102120132
Binary1111011011111010110100111001000010100001010100001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6FAD3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6FAD3; }

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

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

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

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

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

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

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

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