#FAFFC1

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

Shades of Carla #FAFFC1

Tints of Carla #FAFFC1

Color information

#FAFFC1 (or 0xFAFFC1) is unknown color: approx Carla. HEX triplet: FA, FF and C1. RGB value is (250,255,193). Sum of RGB (Red+Green+Blue) = 250+255+193=698 (92% of max value = 765). Red value is 250 (98.05% from 255 or 35.82% from 698); Green value is 255 (100% from 255 or 36.53% from 698); Blue value is 193 (75.78% from 255 or 27.65% from 698); Max value from RGB is 255 - color contains mainly: green. Hex color #FAFFC1 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FAFFC1 is #05003E. Grayscale: #F6F6F6. Windows color (decimal): -327743 or 12713978. OLE color: 12713978.

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

Color convert

RGB250255193-
CMYK0.0200.240
HSL64.84º100%87.84%-
HSV(B)64.84º24.31%100%-
XYZ84.8195.6964.45-
YUV246.4497.84130.54-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 35.82%
GREEN value IS 255 (100% from 255) = 36.53%
BLUE value IS 193 (75.78% from 255) = 27.65%
R=35.82%
G=36.53%
B=27.65%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2502551930.0200.24064.8410087.84
HexFAFFC120180416458
Octal37237730120300101144130
Binary111110101111111111000001100110000100000111001001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAFFC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAFFC1; }

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

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

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

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

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

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

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

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