#F8FAC7

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

Shades of Carla #F8FAC7

Tints of Carla #F8FAC7

Color information

#F8FAC7 (or 0xF8FAC7) is unknown color: approx Carla. HEX triplet: F8, FA and C7. RGB value is (248,250,199). Sum of RGB (Red+Green+Blue) = 248+250+199=697 (92% of max value = 765). Red value is 248 (97.27% from 255 or 35.58% from 697); Green value is 250 (98.05% from 255 or 35.87% from 697); Blue value is 199 (78.12% from 255 or 28.55% from 697); Max value from RGB is 250 - color contains mainly: green. Hex color #F8FAC7 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F8FAC7 is #070538. Grayscale: #F3F3F3. Windows color (decimal): -460089 or 13105912. OLE color: 13105912.

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

Color convert

RGB248250199-
CMYK0.0100.200.02
HSL62.35º83.61%88.04%-
HSV(B)62.35º20.4%98.04%-
XYZ83.2192.4567.49-
YUV243.59102.84131.15-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 35.58%
GREEN value IS 250 (98.05% from 255) = 35.87%
BLUE value IS 199 (78.12% from 255) = 28.55%
R=35.58%
G=35.87%
B=28.55%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2482501990.0100.200.0262.3583.6188.04
HexF8FAC7101423e5458
Octal3703723071024276124130
Binary11111000111110101100011110101001011111010101001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8FAC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8FAC7; }

 p { color: rgb(248,250,199); }

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

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

 a { background-color: rgb(248,250,199); }

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

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

 span { border-color: rgb(248,250,199); }

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