#F9FDCE

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

Shades of Carla #F9FDCE

Tints of Carla #F9FDCE

Color information

#F9FDCE (or 0xF9FDCE) is unknown color: approx Carla. HEX triplet: F9, FD and CE. RGB value is (249,253,206). Sum of RGB (Red+Green+Blue) = 249+253+206=708 (93% of max value = 765). Red value is 249 (97.66% from 255 or 35.17% from 708); Green value is 253 (99.22% from 255 or 35.73% from 708); Blue value is 206 (80.86% from 255 or 29.10% from 708); Max value from RGB is 253 - color contains mainly: green. Hex color #F9FDCE is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F9FDCE is #060231. Grayscale: #F6F6F6. Windows color (decimal): -393778 or 13565433. OLE color: 13565433.

HSL color Cylindrical-coordinate representation of color #F9FDCE: hue angle of 65.11º 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 #F9FDCE is Cyan = 0.02, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.01.

Color convert

RGB249253206-
CMYK0.0200.190.01
HSL65.11º92.16%90%-
HSV(B)65.11º18.58%99.22%-
XYZ85.3394.8572.2-
YUV246.45105.17129.82-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 35.17%
GREEN value IS 253 (99.22% from 255) = 35.73%
BLUE value IS 206 (80.86% from 255) = 29.10%
R=35.17%
G=35.73%
B=29.10%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2492532060.0200.190.0165.1192.1690
HexF9FDCE20131415c5a
Octal37137531620231101134132
Binary111110011111110111001110100100111100000110111001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9FDCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9FDCE; }

 p { color: rgb(249,253,206); }

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

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

 a { background-color: rgb(249,253,206); }

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

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

 span { border-color: rgb(249,253,206); }

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