#F5FEC7

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

Shades of Carla #F5FEC7

Tints of Carla #F5FEC7

Color information

#F5FEC7 (or 0xF5FEC7) is unknown color: approx Carla. HEX triplet: F5, FE and C7. RGB value is (245,254,199). Sum of RGB (Red+Green+Blue) = 245+254+199=698 (92% of max value = 765). Red value is 245 (96.09% from 255 or 35.10% from 698); Green value is 254 (99.61% from 255 or 36.39% from 698); Blue value is 199 (78.12% from 255 or 28.51% from 698); Max value from RGB is 254 - color contains mainly: green. Hex color #F5FEC7 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F5FEC7 is #0A0138. Grayscale: #F5F5F5. Windows color (decimal): -655673 or 13106933. OLE color: 13106933.

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

Color convert

RGB245254199-
CMYK0.0400.220.00
HSL69.82º96.49%88.82%-
HSV(B)69.82º21.65%99.61%-
XYZ83.4194.4267.86-
YUV245.04102.02127.97-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 35.10%
GREEN value IS 254 (99.61% from 255) = 36.39%
BLUE value IS 199 (78.12% from 255) = 28.51%
R=35.10%
G=36.39%
B=28.51%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2452541990.0400.220.0069.8296.4988.82
HexF5FEC740160466059
Octal36537630740260106140131
Binary1111010111111110110001111000101100100011011000001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5FEC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5FEC7; }

 p { color: rgb(245,254,199); }

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

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

 a { background-color: rgb(245,254,199); }

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

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

 span { border-color: rgb(245,254,199); }

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