#F9FECA

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

Shades of Carla #F9FECA

Tints of Carla #F9FECA

Color information

#F9FECA (or 0xF9FECA) is unknown color: approx Carla. HEX triplet: F9, FE and CA. RGB value is (249,254,202). Sum of RGB (Red+Green+Blue) = 249+254+202=705 (93% of max value = 765). Red value is 249 (97.66% from 255 or 35.32% from 705); Green value is 254 (99.61% from 255 or 36.03% from 705); Blue value is 202 (79.30% from 255 or 28.65% from 705); Max value from RGB is 254 - color contains mainly: green. Hex color #F9FECA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F9FECA is #060135. Grayscale: #F6F6F6. Windows color (decimal): -393526 or 13303545. OLE color: 13303545.

HSL color Cylindrical-coordinate representation of color #F9FECA: hue angle of 65.77º 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 #F9FECA is Cyan = 0.02, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.00.

Color convert

RGB249254202-
CMYK0.0200.200.00
HSL65.77º96.3%89.41%-
HSV(B)65.77º20.47%99.61%-
XYZ85.1795.2969.78-
YUV246.58102.84129.73-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 35.32%
GREEN value IS 254 (99.61% from 255) = 36.03%
BLUE value IS 202 (79.30% from 255) = 28.65%
R=35.32%
G=36.03%
B=28.65%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2492542020.0200.200.0065.7796.389.41
HexF9FECA20140426059
Octal37137631220240102140131
Binary111110011111111011001010100101000100001011000001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9FECA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9FECA; }

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

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

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

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

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

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

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

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