#F5FFC6

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

Shades of Carla #F5FFC6

Tints of Carla #F5FFC6

Color information

#F5FFC6 (or 0xF5FFC6) is unknown color: approx Carla. HEX triplet: F5, FF and C6. RGB value is (245,255,198). Sum of RGB (Red+Green+Blue) = 245+255+198=698 (92% of max value = 765). Red value is 245 (96.09% from 255 or 35.10% from 698); Green value is 255 (100% from 255 or 36.53% from 698); Blue value is 198 (77.73% from 255 or 28.37% from 698); Max value from RGB is 255 - color contains mainly: green. Hex color #F5FFC6 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F5FFC6 is #0A0039. Grayscale: #F5F5F5. Windows color (decimal): -655418 or 13041653. OLE color: 13041653.

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

Color convert

RGB245255198-
CMYK0.0400.220
HSL70.53º100%88.82%-
HSV(B)70.53º22.35%100%-
XYZ83.6195.0167.36-
YUV245.51101.19127.63-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 35.10%
GREEN value IS 255 (100% from 255) = 36.53%
BLUE value IS 198 (77.73% from 255) = 28.37%
R=35.10%
G=36.53%
B=28.37%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2452551980.0400.22070.5310088.82
HexF5FFC640160476459
Octal36537730640260107144131
Binary1111010111111111110001101000101100100011111001001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5FFC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5FFC6; }

 p { color: rgb(245,255,198); }

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

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

 a { background-color: rgb(245,255,198); }

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

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

 span { border-color: rgb(245,255,198); }

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