#F8FACD

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

Shades of Carla #F8FACD

Tints of Carla #F8FACD

Color information

#F8FACD (or 0xF8FACD) is unknown color: approx Carla. HEX triplet: F8, FA and CD. RGB value is (248,250,205). Sum of RGB (Red+Green+Blue) = 248+250+205=703 (93% of max value = 765). Red value is 248 (97.27% from 255 or 35.28% from 703); Green value is 250 (98.05% from 255 or 35.56% from 703); Blue value is 205 (80.47% from 255 or 29.16% from 703); Max value from RGB is 250 - color contains mainly: green. Hex color #F8FACD is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F8FACD is #070532. Grayscale: #F4F4F4. Windows color (decimal): -460083 or 13499128. OLE color: 13499128.

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

Color convert

RGB248250205-
CMYK0.0100.180.02
HSL62.67º81.82%89.22%-
HSV(B)62.67º18%98.04%-
XYZ83.9292.7471.23-
YUV244.27105.84130.66-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 35.28%
GREEN value IS 250 (98.05% from 255) = 35.56%
BLUE value IS 205 (80.47% from 255) = 29.16%
R=35.28%
G=35.56%
B=29.16%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2482502050.0100.180.0262.6781.8289.22
HexF8FACD101223f5259
Octal3703723151022277122131
Binary11111000111110101100110110100101011111110100101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8FACD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8FACD; }

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

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

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

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

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

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

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

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