#FDFEC4

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

Shades of Carla #FDFEC4

Tints of Carla #FDFEC4

Color information

#FDFEC4 (or 0xFDFEC4) is unknown color: approx Carla. HEX triplet: FD, FE and C4. RGB value is (253,254,196). Sum of RGB (Red+Green+Blue) = 253+254+196=703 (93% of max value = 765). Red value is 253 (99.22% from 255 or 35.99% from 703); Green value is 254 (99.61% from 255 or 36.13% from 703); Blue value is 196 (76.95% from 255 or 27.88% from 703); Max value from RGB is 254 - color contains mainly: green. Hex color #FDFEC4 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FDFEC4 is #02013B. Grayscale: #F7F7F7. Windows color (decimal): -131388 or 12910333. OLE color: 12910333.

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

Color convert

RGB253254196-
CMYK0.0000.230.00
HSL61.03º96.67%88.24%-
HSV(B)61.03º22.83%99.61%-
XYZ85.9195.7566.18-
YUV247.0999.17132.22-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 35.99%
GREEN value IS 254 (99.61% from 255) = 36.13%
BLUE value IS 196 (76.95% from 255) = 27.88%
R=35.99%
G=36.13%
B=27.88%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2532541960.0000.230.0061.0396.6788.24
HexFDFEC4001703d6158
Octal3753763040027075141130
Binary1111110111111110110001000010111011110111000011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDFEC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDFEC4; }

 p { color: rgb(253,254,196); }

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

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

 a { background-color: rgb(253,254,196); }

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

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

 span { border-color: rgb(253,254,196); }

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