#F9FFCF

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

Shades of Carla #F9FFCF

Tints of Carla #F9FFCF

Color information

#F9FFCF (or 0xF9FFCF) is unknown color: approx Carla. HEX triplet: F9, FF and CF. RGB value is (249,255,207). Sum of RGB (Red+Green+Blue) = 249+255+207=711 (94% of max value = 765). Red value is 249 (97.66% from 255 or 35.02% from 711); Green value is 255 (100% from 255 or 35.86% from 711); Blue value is 207 (81.25% from 255 or 29.11% from 711); Max value from RGB is 255 - color contains mainly: green. Hex color #F9FFCF is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F9FFCF is #060030. Grayscale: #F7F7F7. Windows color (decimal): -393265 or 13631481. OLE color: 13631481.

HSL color Cylindrical-coordinate representation of color #F9FFCF: hue angle of 67.5º degrees, saturation: 1, lightness: 0.91%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #F9FFCF is Cyan = 0.02, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.

Color convert

RGB249255207-
CMYK0.0200.190
HSL67.5º100%90.59%-
HSV(B)67.5º18.82%100%-
XYZ86.0996.1673.06-
YUV247.73105.01128.9-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 35.02%
GREEN value IS 255 (100% from 255) = 35.86%
BLUE value IS 207 (81.25% from 255) = 29.11%
R=35.02%
G=35.86%
B=29.11%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2492552070.0200.19067.510090.59
HexF9FFCF2013044645b
Octal37137731720230104144133
Binary111110011111111111001111100100110100010011001001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9FFCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9FFCF; }

 p { color: rgb(249,255,207); }

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

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

 a { background-color: rgb(249,255,207); }

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

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

 span { border-color: rgb(249,255,207); }

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