#F5FDCD

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

Shades of Carla #F5FDCD

Tints of Carla #F5FDCD

Color information

#F5FDCD (or 0xF5FDCD) is unknown color: approx Carla. HEX triplet: F5, FD and CD. RGB value is (245,253,205). Sum of RGB (Red+Green+Blue) = 245+253+205=703 (93% of max value = 765). Red value is 245 (96.09% from 255 or 34.85% from 703); Green value is 253 (99.22% from 255 or 35.99% from 703); Blue value is 205 (80.47% from 255 or 29.16% from 703); Max value from RGB is 253 - color contains mainly: green. Hex color #F5FDCD is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F5FDCD is #0A0232. Grayscale: #F5F5F5. Windows color (decimal): -655923 or 13499893. OLE color: 13499893.

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

Color convert

RGB245253205-
CMYK0.0300.190.01
HSL70º92.31%89.8%-
HSV(B)70º18.97%99.22%-
XYZ83.894.0771.5-
YUV245.14105.35127.9-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 34.85%
GREEN value IS 253 (99.22% from 255) = 35.99%
BLUE value IS 205 (80.47% from 255) = 29.16%
R=34.85%
G=35.99%
B=29.16%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2452532050.0300.190.017092.3189.8
HexF5FDCD30131465c5a
Octal36537531530231106134132
Binary111101011111110111001101110100111100011010111001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5FDCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5FDCD; }

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

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

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

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

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

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

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

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