#FBFFC6

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

Shades of Carla #FBFFC6

Tints of Carla #FBFFC6

Color information

#FBFFC6 (or 0xFBFFC6) is unknown color: approx Carla. HEX triplet: FB, FF and C6. RGB value is (251,255,198). Sum of RGB (Red+Green+Blue) = 251+255+198=704 (93% of max value = 765). Red value is 251 (98.44% from 255 or 35.65% from 704); Green value is 255 (100% from 255 or 36.22% from 704); Blue value is 198 (77.73% from 255 or 28.12% from 704); Max value from RGB is 255 - color contains mainly: green. Hex color #FBFFC6 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FBFFC6 is #040039. Grayscale: #F7F7F7. Windows color (decimal): -262202 or 13041659. OLE color: 13041659.

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

Color convert

RGB251255198-
CMYK0.0200.220
HSL64.21º100%88.82%-
HSV(B)64.21º22.35%100%-
XYZ85.7496.1167.46-
YUV247.31100.17130.63-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 35.65%
GREEN value IS 255 (100% from 255) = 36.22%
BLUE value IS 198 (77.73% from 255) = 28.12%
R=35.65%
G=36.22%
B=28.12%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2512551980.0200.22064.2110088.82
HexFBFFC620160406459
Octal37337730620260100144131
Binary111110111111111111000110100101100100000011001001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBFFC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBFFC6; }

 p { color: rgb(251,255,198); }

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

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

 a { background-color: rgb(251,255,198); }

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

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

 span { border-color: rgb(251,255,198); }

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