#F1F4CF

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

Shades of Carla #F1F4CF

Tints of Carla #F1F4CF

Color information

#F1F4CF (or 0xF1F4CF) is unknown color: approx Carla. HEX triplet: F1, F4 and CF. RGB value is (241,244,207). Sum of RGB (Red+Green+Blue) = 241+244+207=692 (91% of max value = 765). Red value is 241 (94.53% from 255 or 34.83% from 692); Green value is 244 (95.70% from 255 or 35.26% from 692); Blue value is 207 (81.25% from 255 or 29.91% from 692); Max value from RGB is 244 - color contains mainly: green. Hex color #F1F4CF is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F1F4CF is #0E0B30. Grayscale: #EFEFEF. Windows color (decimal): -920369 or 13628657. OLE color: 13628657.

HSL color Cylindrical-coordinate representation of color #F1F4CF: hue angle of 64.86º degrees, saturation: 0.63, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #F1F4CF is Cyan = 0.01, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.04.

Color convert

RGB241244207-
CMYK0.0100.150.04
HSL64.86º62.71%88.43%-
HSV(B)64.86º15.16%95.69%-
XYZ79.8987.9171.79-
YUV238.88110.01129.51-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 34.83%
GREEN value IS 244 (95.70% from 255) = 35.26%
BLUE value IS 207 (81.25% from 255) = 29.91%
R=34.83%
G=35.26%
B=29.91%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2412442070.0100.150.0464.8662.7188.43
HexF1F4CF10F4413f58
Octal3613643171017410177130
Binary11110001111101001100111110111110010000011111111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1F4CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1F4CF; }

 p { color: rgb(241,244,207); }

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

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

 a { background-color: rgb(241,244,207); }

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

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

 span { border-color: rgb(241,244,207); }

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