#F6FDD0

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

Shades of Carla #F6FDD0

Tints of Carla #F6FDD0

Color information

#F6FDD0 (or 0xF6FDD0) is unknown color: approx Carla. HEX triplet: F6, FD and D0. RGB value is (246,253,208). Sum of RGB (Red+Green+Blue) = 246+253+208=707 (93% of max value = 765). Red value is 246 (96.48% from 255 or 34.79% from 707); Green value is 253 (99.22% from 255 or 35.79% from 707); Blue value is 208 (81.64% from 255 or 29.42% from 707); Max value from RGB is 253 - color contains mainly: green. Hex color #F6FDD0 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F6FDD0 is #09022F. Grayscale: #F5F5F5. Windows color (decimal): -590384 or 13696502. OLE color: 13696502.

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

Color convert

RGB246253208-
CMYK0.0300.180.01
HSL69.33º91.84%90.39%-
HSV(B)69.33º17.79%99.22%-
XYZ84.5294.473.44-
YUV245.78106.68128.16-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 34.79%
GREEN value IS 253 (99.22% from 255) = 35.79%
BLUE value IS 208 (81.64% from 255) = 29.42%
R=34.79%
G=35.79%
B=29.42%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2462532080.0300.180.0169.3391.8490.39
HexF6FDD030121455c5a
Octal36637532030221105134132
Binary111101101111110111010000110100101100010110111001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6FDD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6FDD0; }

 p { color: rgb(246,253,208); }

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

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

 a { background-color: rgb(246,253,208); }

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

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

 span { border-color: rgb(246,253,208); }

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