#F9FEC2

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

Shades of Carla #F9FEC2

Tints of Carla #F9FEC2

Color information

#F9FEC2 (or 0xF9FEC2) is unknown color: approx Carla. HEX triplet: F9, FE and C2. RGB value is (249,254,194). Sum of RGB (Red+Green+Blue) = 249+254+194=697 (92% of max value = 765). Red value is 249 (97.66% from 255 or 35.72% from 697); Green value is 254 (99.61% from 255 or 36.44% from 697); Blue value is 194 (76.17% from 255 or 27.83% from 697); Max value from RGB is 254 - color contains mainly: green. Hex color #F9FEC2 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F9FEC2 is #06013D. Grayscale: #F5F5F5. Windows color (decimal): -393534 or 12779257. OLE color: 12779257.

HSL color Cylindrical-coordinate representation of color #F9FEC2: hue angle of 65º degrees, saturation: 0.97, lightness: 0.88%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #F9FEC2 is Cyan = 0.02, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.00.

Color convert

RGB249254194-
CMYK0.0200.240.00
HSL65º96.77%87.84%-
HSV(B)65º23.62%99.61%-
XYZ84.2594.9264.92-
YUV245.6698.84130.38-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 35.72%
GREEN value IS 254 (99.61% from 255) = 36.44%
BLUE value IS 194 (76.17% from 255) = 27.83%
R=35.72%
G=36.44%
B=27.83%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2492541940.0200.240.006596.7787.84
HexF9FEC220180416158
Octal37137630220300101141130
Binary111110011111111011000010100110000100000111000011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9FEC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9FEC2; }

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

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

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

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

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

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

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

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