#FBFDCB

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

Shades of Carla #FBFDCB

Tints of Carla #FBFDCB

Color information

#FBFDCB (or 0xFBFDCB) is unknown color: approx Carla. HEX triplet: FB, FD and CB. RGB value is (251,253,203). Sum of RGB (Red+Green+Blue) = 251+253+203=707 (93% of max value = 765). Red value is 251 (98.44% from 255 or 35.50% from 707); Green value is 253 (99.22% from 255 or 35.79% from 707); Blue value is 203 (79.69% from 255 or 28.71% from 707); Max value from RGB is 253 - color contains mainly: green. Hex color #FBFDCB is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FBFDCB is #040234. Grayscale: #F6F6F6. Windows color (decimal): -262709 or 13368827. OLE color: 13368827.

HSL color Cylindrical-coordinate representation of color #FBFDCB: hue angle of 62.4º degrees, saturation: 0.93, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #FBFDCB is Cyan = 0.01, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.01.

Color convert

RGB251253203-
CMYK0.0100.200.01
HSL62.4º92.59%89.41%-
HSV(B)62.4º19.76%99.22%-
XYZ85.6995.0770.33-
YUV246.7103.34131.07-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 35.50%
GREEN value IS 253 (99.22% from 255) = 35.79%
BLUE value IS 203 (79.69% from 255) = 28.71%
R=35.50%
G=35.79%
B=28.71%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2512532030.0100.200.0162.492.5989.41
HexFBFDCB101413e5d59
Octal3733753131024176135131
Binary1111101111111101110010111010100111111010111011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBFDCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBFDCB; }

 p { color: rgb(251,253,203); }

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

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

 a { background-color: rgb(251,253,203); }

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

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

 span { border-color: rgb(251,253,203); }

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