#F9FFC0

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

Shades of Carla #F9FFC0

Tints of Carla #F9FFC0

Color information

#F9FFC0 (or 0xF9FFC0) is unknown color: approx Carla. HEX triplet: F9, FF and C0. RGB value is (249,255,192). Sum of RGB (Red+Green+Blue) = 249+255+192=696 (92% of max value = 765). Red value is 249 (97.66% from 255 or 35.78% from 696); Green value is 255 (100% from 255 or 36.64% from 696); Blue value is 192 (75.39% from 255 or 27.59% from 696); Max value from RGB is 255 - color contains mainly: green. Hex color #F9FFC0 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F9FFC0 is #06003F. Grayscale: #F6F6F6. Windows color (decimal): -393280 or 12648441. OLE color: 12648441.

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

Color convert

RGB249255192-
CMYK0.0200.250
HSL65.71º100%87.65%-
HSV(B)65.71º24.71%100%-
XYZ84.3495.4763.85-
YUV246.0297.51130.12-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 35.78%
GREEN value IS 255 (100% from 255) = 36.64%
BLUE value IS 192 (75.39% from 255) = 27.59%
R=35.78%
G=36.64%
B=27.59%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2492551920.0200.25065.7110087.65
HexF9FFC020190426458
Octal37137730020310102144130
Binary111110011111111111000000100110010100001011001001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9FFC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9FFC0; }

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

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

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

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

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

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

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

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