#F9FAC6

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

Shades of Carla #F9FAC6

Tints of Carla #F9FAC6

Color information

#F9FAC6 (or 0xF9FAC6) is unknown color: approx Carla. HEX triplet: F9, FA and C6. RGB value is (249,250,198). Sum of RGB (Red+Green+Blue) = 249+250+198=697 (92% of max value = 765). Red value is 249 (97.66% from 255 or 35.72% from 697); Green value is 250 (98.05% from 255 or 35.87% from 697); Blue value is 198 (77.73% from 255 or 28.41% from 697); Max value from RGB is 250 - color contains mainly: green. Hex color #F9FAC6 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F9FAC6 is #060539. Grayscale: #F3F3F3. Windows color (decimal): -394554 or 13040377. OLE color: 13040377.

HSL color Cylindrical-coordinate representation of color #F9FAC6: hue angle of 61.15º degrees, saturation: 0.84, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #F9FAC6 is Cyan = 0.00, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.02.

Color convert

RGB249250198-
CMYK0.0000.210.02
HSL61.15º83.87%87.84%-
HSV(B)61.15º20.8%98.04%-
XYZ83.4592.5966.9-
YUV243.77102.17131.73-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 35.72%
GREEN value IS 250 (98.05% from 255) = 35.87%
BLUE value IS 198 (77.73% from 255) = 28.41%
R=35.72%
G=35.87%
B=28.41%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2492501980.0000.210.0261.1583.8787.84
HexF9FAC6001523d5458
Octal3713723060025275124130
Binary11111001111110101100011000101011011110110101001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9FAC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9FAC6; }

 p { color: rgb(249,250,198); }

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

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

 a { background-color: rgb(249,250,198); }

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

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

 span { border-color: rgb(249,250,198); }

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