#F1F6CB

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

Shades of Carla #F1F6CB

Tints of Carla #F1F6CB

Color information

#F1F6CB (or 0xF1F6CB) is unknown color: approx Carla. HEX triplet: F1, F6 and CB. RGB value is (241,246,203). Sum of RGB (Red+Green+Blue) = 241+246+203=690 (91% of max value = 765). Red value is 241 (94.53% from 255 or 34.93% from 690); Green value is 246 (96.48% from 255 or 35.65% from 690); Blue value is 203 (79.69% from 255 or 29.42% from 690); Max value from RGB is 246 - color contains mainly: green. Hex color #F1F6CB is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F1F6CB is #0E0934. Grayscale: #EFEFEF. Windows color (decimal): -919861 or 13367025. OLE color: 13367025.

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

Color convert

RGB241246203-
CMYK0.0200.170.04
HSL66.98º70.49%88.04%-
HSV(B)66.98º17.48%96.47%-
XYZ80.0188.9269.45-
YUV239.6107.34129-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 34.93%
GREEN value IS 246 (96.48% from 255) = 35.65%
BLUE value IS 203 (79.69% from 255) = 29.42%
R=34.93%
G=35.65%
B=29.42%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2412462030.0200.170.0466.9870.4988.04
HexF1F6CB20114434658
Octal36136631320214103106130
Binary11110001111101101100101110010001100100001110001101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1F6CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1F6CB; }

 p { color: rgb(241,246,203); }

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

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

 a { background-color: rgb(241,246,203); }

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

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

 span { border-color: rgb(241,246,203); }

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