#F6FECA

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

Shades of Carla #F6FECA

Tints of Carla #F6FECA

Color information

#F6FECA (or 0xF6FECA) is unknown color: approx Carla. HEX triplet: F6, FE and CA. RGB value is (246,254,202). Sum of RGB (Red+Green+Blue) = 246+254+202=702 (92% of max value = 765). Red value is 246 (96.48% from 255 or 35.04% from 702); Green value is 254 (99.61% from 255 or 36.18% from 702); Blue value is 202 (79.30% from 255 or 28.77% from 702); Max value from RGB is 254 - color contains mainly: green. Hex color #F6FECA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F6FECA is #090135. Grayscale: #F5F5F5. Windows color (decimal): -590134 or 13303542. OLE color: 13303542.

HSL color Cylindrical-coordinate representation of color #F6FECA: hue angle of 69.23º degrees, saturation: 0.96, lightness: 0.89%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #F6FECA is Cyan = 0.03, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.00.

Color convert

RGB246254202-
CMYK0.0300.200.00
HSL69.23º96.3%89.41%-
HSV(B)69.23º20.47%99.61%-
XYZ84.1194.7469.73-
YUV245.68103.35128.23-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 35.04%
GREEN value IS 254 (99.61% from 255) = 36.18%
BLUE value IS 202 (79.30% from 255) = 28.77%
R=35.04%
G=36.18%
B=28.77%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2462542020.0300.200.0069.2396.389.41
HexF6FECA30140456059
Octal36637631230240105140131
Binary111101101111111011001010110101000100010111000001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6FECA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6FECA; }

 p { color: rgb(246,254,202); }

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

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

 a { background-color: rgb(246,254,202); }

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

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

 span { border-color: rgb(246,254,202); }

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