#FBFECA

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

Shades of Carla #FBFECA

Tints of Carla #FBFECA

Color information

#FBFECA (or 0xFBFECA) is unknown color: approx Carla. HEX triplet: FB, FE and CA. RGB value is (251,254,202). Sum of RGB (Red+Green+Blue) = 251+254+202=707 (93% of max value = 765). Red value is 251 (98.44% from 255 or 35.50% from 707); Green value is 254 (99.61% from 255 or 35.93% from 707); Blue value is 202 (79.30% from 255 or 28.57% from 707); Max value from RGB is 254 - color contains mainly: green. Hex color #FBFECA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FBFECA is #040135. Grayscale: #F7F7F7. Windows color (decimal): -262454 or 13303547. OLE color: 13303547.

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

Color convert

RGB251254202-
CMYK0.0100.200.00
HSL63.46º96.3%89.41%-
HSV(B)63.46º20.47%99.61%-
XYZ85.8995.6669.81-
YUV247.18102.51130.73-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 35.50%
GREEN value IS 254 (99.61% from 255) = 35.93%
BLUE value IS 202 (79.30% from 255) = 28.57%
R=35.50%
G=35.93%
B=28.57%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2512542020.0100.200.0063.4696.389.41
HexFBFECA101403f6059
Octal3733763121024077140131
Binary1111101111111110110010101010100011111111000001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBFECA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBFECA; }

 p { color: rgb(251,254,202); }

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

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

 a { background-color: rgb(251,254,202); }

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

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

 span { border-color: rgb(251,254,202); }

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