#F5FCC1

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

Shades of Carla #F5FCC1

Tints of Carla #F5FCC1

Color information

#F5FCC1 (or 0xF5FCC1) is unknown color: approx Carla. HEX triplet: F5, FC and C1. RGB value is (245,252,193). Sum of RGB (Red+Green+Blue) = 245+252+193=690 (91% of max value = 765). Red value is 245 (96.09% from 255 or 35.51% from 690); Green value is 252 (98.83% from 255 or 36.52% from 690); Blue value is 193 (75.78% from 255 or 27.97% from 690); Max value from RGB is 252 - color contains mainly: green. Hex color #F5FCC1 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F5FCC1 is #0A033E. Grayscale: #F3F3F3. Windows color (decimal): -656191 or 12713205. OLE color: 12713205.

HSL color Cylindrical-coordinate representation of color #F5FCC1: hue angle of 67.12º degrees, saturation: 0.91, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #F5FCC1 is Cyan = 0.03, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.01.

Color convert

RGB245252193-
CMYK0.0300.230.01
HSL67.12º90.77%87.25%-
HSV(B)67.12º23.41%98.82%-
XYZ82.0992.8864.05-
YUV243.1899.68129.3-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 35.51%
GREEN value IS 252 (98.83% from 255) = 36.52%
BLUE value IS 193 (75.78% from 255) = 27.97%
R=35.51%
G=36.52%
B=27.97%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2452521930.0300.230.0167.1290.7787.25
HexF5FCC130171435b57
Octal36537430130271103133127
Binary111101011111110011000001110101111100001110110111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5FCC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5FCC1; }

 p { color: rgb(245,252,193); }

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

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

 a { background-color: rgb(245,252,193); }

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

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

 span { border-color: rgb(245,252,193); }

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