#F8FACB

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

Shades of Carla #F8FACB

Tints of Carla #F8FACB

Color information

#F8FACB (or 0xF8FACB) is unknown color: approx Carla. HEX triplet: F8, FA and CB. RGB value is (248,250,203). Sum of RGB (Red+Green+Blue) = 248+250+203=701 (92% of max value = 765). Red value is 248 (97.27% from 255 or 35.38% from 701); Green value is 250 (98.05% from 255 or 35.66% from 701); Blue value is 203 (79.69% from 255 or 28.96% from 701); Max value from RGB is 250 - color contains mainly: green. Hex color #F8FACB is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F8FACB is #070534. Grayscale: #F4F4F4. Windows color (decimal): -460085 or 13368056. OLE color: 13368056.

HSL color Cylindrical-coordinate representation of color #F8FACB: hue angle of 62.55º degrees, saturation: 0.82, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #F8FACB is Cyan = 0.01, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.02.

Color convert

RGB248250203-
CMYK0.0100.190.02
HSL62.55º82.46%88.82%-
HSV(B)62.55º18.8%98.04%-
XYZ83.6892.6469.97-
YUV244.04104.84130.82-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 35.38%
GREEN value IS 250 (98.05% from 255) = 35.66%
BLUE value IS 203 (79.69% from 255) = 28.96%
R=35.38%
G=35.66%
B=28.96%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2482502030.0100.190.0262.5582.4688.82
HexF8FACB101323f5259
Octal3703723131023277122131
Binary11111000111110101100101110100111011111110100101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8FACB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8FACB; }

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

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

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

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

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

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

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

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