#F5FDC1

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

Shades of Carla #F5FDC1

Tints of Carla #F5FDC1

Color information

#F5FDC1 (or 0xF5FDC1) is unknown color: approx Carla. HEX triplet: F5, FD and C1. RGB value is (245,253,193). Sum of RGB (Red+Green+Blue) = 245+253+193=691 (91% of max value = 765). Red value is 245 (96.09% from 255 or 35.46% from 691); Green value is 253 (99.22% from 255 or 36.61% from 691); Blue value is 193 (75.78% from 255 or 27.93% from 691); Max value from RGB is 253 - color contains mainly: green. Hex color #F5FDC1 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F5FDC1 is #0A023E. Grayscale: #F3F3F3. Windows color (decimal): -655935 or 12713461. OLE color: 12713461.

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

Color convert

RGB245253193-
CMYK0.0300.240.01
HSL68º93.75%87.45%-
HSV(B)68º23.72%99.22%-
XYZ82.4193.5164.16-
YUV243.7799.35128.88-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 35.46%
GREEN value IS 253 (99.22% from 255) = 36.61%
BLUE value IS 193 (75.78% from 255) = 27.93%
R=35.46%
G=36.61%
B=27.93%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2452531930.0300.240.016893.7587.45
HexF5FDC130181445e57
Octal36537530130301104136127
Binary111101011111110111000001110110001100010010111101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5FDC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5FDC1; }

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

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

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

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

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

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

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

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