#FAFFBF

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

Shades of Carla #FAFFBF

Tints of Carla #FAFFBF

Color information

#FAFFBF (or 0xFAFFBF) is unknown color: approx Carla. HEX triplet: FA, FF and BF. RGB value is (250,255,191). Sum of RGB (Red+Green+Blue) = 250+255+191=696 (92% of max value = 765). Red value is 250 (98.05% from 255 or 35.92% from 696); Green value is 255 (100% from 255 or 36.64% from 696); Blue value is 191 (75% from 255 or 27.44% from 696); Max value from RGB is 255 - color contains mainly: green. Hex color #FAFFBF is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FAFFBF is #050040. Grayscale: #F6F6F6. Windows color (decimal): -327745 or 12582906. OLE color: 12582906.

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

Color convert

RGB250255191-
CMYK0.0200.250
HSL64.69º100%87.45%-
HSV(B)64.69º25.1%100%-
XYZ84.5995.6163.29-
YUV246.2196.84130.7-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 35.92%
GREEN value IS 255 (100% from 255) = 36.64%
BLUE value IS 191 (75% from 255) = 27.44%
R=35.92%
G=36.64%
B=27.44%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2502551910.0200.25064.6910087.45
HexFAFFBF20190416457
Octal37237727720310101144127
Binary111110101111111110111111100110010100000111001001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAFFBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAFFBF; }

 p { color: rgb(250,255,191); }

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

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

 a { background-color: rgb(250,255,191); }

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

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

 span { border-color: rgb(250,255,191); }

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