#F5FDC5

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

Shades of Carla #F5FDC5

Tints of Carla #F5FDC5

Color information

#F5FDC5 (or 0xF5FDC5) is unknown color: approx Carla. HEX triplet: F5, FD and C5. RGB value is (245,253,197). Sum of RGB (Red+Green+Blue) = 245+253+197=695 (92% of max value = 765). Red value is 245 (96.09% from 255 or 35.25% from 695); Green value is 253 (99.22% from 255 or 36.40% from 695); Blue value is 197 (77.34% from 255 or 28.35% from 695); Max value from RGB is 253 - color contains mainly: green. Hex color #F5FDC5 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F5FDC5 is #0A023A. Grayscale: #F4F4F4. Windows color (decimal): -655931 or 12975605. OLE color: 12975605.

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

Color convert

RGB245253197-
CMYK0.0300.220.01
HSL68.57º93.33%88.24%-
HSV(B)68.57º22.13%99.22%-
XYZ82.8693.6966.54-
YUV244.22101.35128.55-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 35.25%
GREEN value IS 253 (99.22% from 255) = 36.40%
BLUE value IS 197 (77.34% from 255) = 28.35%
R=35.25%
G=36.40%
B=28.35%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2452531970.0300.220.0168.5793.3388.24
HexF5FDC530161455d58
Octal36537530530261105135130
Binary111101011111110111000101110101101100010110111011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5FDC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5FDC5; }

 p { color: rgb(245,253,197); }

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

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

 a { background-color: rgb(245,253,197); }

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

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

 span { border-color: rgb(245,253,197); }

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