#FCFDC4

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

Shades of Carla #FCFDC4

Tints of Carla #FCFDC4

Color information

#FCFDC4 (or 0xFCFDC4) is unknown color: approx Carla. HEX triplet: FC, FD and C4. RGB value is (252,253,196). Sum of RGB (Red+Green+Blue) = 252+253+196=701 (92% of max value = 765). Red value is 252 (98.83% from 255 or 35.95% from 701); Green value is 253 (99.22% from 255 or 36.09% from 701); Blue value is 196 (76.95% from 255 or 27.96% from 701); Max value from RGB is 253 - color contains mainly: green. Hex color #FCFDC4 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FCFDC4 is #03023B. Grayscale: #F6F6F6. Windows color (decimal): -197180 or 12910076. OLE color: 12910076.

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

Color convert

RGB252253196-
CMYK0.0000.230.01
HSL61.05º93.44%88.04%-
HSV(B)61.05º22.53%99.22%-
XYZ85.2394.9366.06-
YUV246.299.67132.13-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 35.95%
GREEN value IS 253 (99.22% from 255) = 36.09%
BLUE value IS 196 (76.95% from 255) = 27.96%
R=35.95%
G=36.09%
B=27.96%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2522531960.0000.230.0161.0593.4488.04
HexFCFDC4001713d5d58
Octal3743753040027175135130
Binary1111110011111101110001000010111111110110111011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCFDC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCFDC4; }

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

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

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

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

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

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

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

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