#F1F8CA

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

Shades of Carla #F1F8CA

Tints of Carla #F1F8CA

Color information

#F1F8CA (or 0xF1F8CA) is unknown color: approx Carla. HEX triplet: F1, F8 and CA. RGB value is (241,248,202). Sum of RGB (Red+Green+Blue) = 241+248+202=691 (91% of max value = 765). Red value is 241 (94.53% from 255 or 34.88% from 691); Green value is 248 (97.27% from 255 or 35.89% from 691); Blue value is 202 (79.30% from 255 or 29.23% from 691); Max value from RGB is 248 - color contains mainly: green. Hex color #F1F8CA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F1F8CA is #0E0735. Grayscale: #F0F0F0. Windows color (decimal): -919350 or 13302001. OLE color: 13302001.

HSL color Cylindrical-coordinate representation of color #F1F8CA: hue angle of 69.13º degrees, saturation: 0.77, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #F1F8CA is Cyan = 0.03, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.03.

Color convert

RGB241248202-
CMYK0.0300.190.03
HSL69.13º76.67%88.24%-
HSV(B)69.13º18.55%97.25%-
XYZ80.590.169.03-
YUV240.66106.18128.24-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 34.88%
GREEN value IS 248 (97.27% from 255) = 35.89%
BLUE value IS 202 (79.30% from 255) = 29.23%
R=34.88%
G=35.89%
B=29.23%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2412482020.0300.190.0369.1376.6788.24
HexF1F8CA30133454d58
Octal36137031230233105115130
Binary1111000111111000110010101101001111100010110011011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1F8CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1F8CA; }

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

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

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

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

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

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

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

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