#F8FACA

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

Shades of Carla #F8FACA

Tints of Carla #F8FACA

Color information

#F8FACA (or 0xF8FACA) is unknown color: approx Carla. HEX triplet: F8, FA and CA. RGB value is (248,250,202). Sum of RGB (Red+Green+Blue) = 248+250+202=700 (92% of max value = 765). Red value is 248 (97.27% from 255 or 35.43% from 700); Green value is 250 (98.05% from 255 or 35.71% from 700); Blue value is 202 (79.30% from 255 or 28.86% from 700); Max value from RGB is 250 - color contains mainly: green. Hex color #F8FACA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F8FACA is #070535. Grayscale: #F4F4F4. Windows color (decimal): -460086 or 13302520. OLE color: 13302520.

HSL color Cylindrical-coordinate representation of color #F8FACA: hue angle of 62.5º degrees, saturation: 0.83, 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 #F8FACA is Cyan = 0.01, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.02.

Color convert

RGB248250202-
CMYK0.0100.190.02
HSL62.5º82.76%88.63%-
HSV(B)62.5º19.2%98.04%-
XYZ83.5692.5969.35-
YUV243.93104.34130.9-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 35.43%
GREEN value IS 250 (98.05% from 255) = 35.71%
BLUE value IS 202 (79.30% from 255) = 28.86%
R=35.43%
G=35.71%
B=28.86%

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
Decimal2482502020.0100.190.0262.582.7688.63
HexF8FACA101323e5359
Octal3703723121023276123131
Binary11111000111110101100101010100111011111010100111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8FACA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8FACA; }

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

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

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

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

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

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

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

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