#F9FED1

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

Shades of Carla #F9FED1

Tints of Carla #F9FED1

Color information

#F9FED1 (or 0xF9FED1) is unknown color: approx Carla. HEX triplet: F9, FE and D1. RGB value is (249,254,209). Sum of RGB (Red+Green+Blue) = 249+254+209=712 (94% of max value = 765). Red value is 249 (97.66% from 255 or 34.97% from 712); Green value is 254 (99.61% from 255 or 35.67% from 712); Blue value is 209 (82.03% from 255 or 29.35% from 712); Max value from RGB is 254 - color contains mainly: green. Hex color #F9FED1 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F9FED1 is #06012E. Grayscale: #F7F7F7. Windows color (decimal): -393519 or 13762297. OLE color: 13762297.

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

Color convert

RGB249254209-
CMYK0.0200.180.00
HSL66.67º95.74%90.78%-
HSV(B)66.67º17.72%99.61%-
XYZ86.0295.6374.25-
YUV247.37106.34129.16-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 34.97%
GREEN value IS 254 (99.61% from 255) = 35.67%
BLUE value IS 209 (82.03% from 255) = 29.35%
R=34.97%
G=35.67%
B=29.35%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2492542090.0200.180.0066.6795.7490.78
HexF9FED12012043605b
Octal37137632120220103140133
Binary111110011111111011010001100100100100001111000001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9FED1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9FED1; }

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

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

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

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

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

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

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

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