#FCFFC5

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

Shades of Carla #FCFFC5

Tints of Carla #FCFFC5

Color information

#FCFFC5 (or 0xFCFFC5) is unknown color: approx Carla. HEX triplet: FC, FF and C5. RGB value is (252,255,197). Sum of RGB (Red+Green+Blue) = 252+255+197=704 (93% of max value = 765). Red value is 252 (98.83% from 255 or 35.80% from 704); Green value is 255 (100% from 255 or 36.22% from 704); Blue value is 197 (77.34% from 255 or 27.98% from 704); Max value from RGB is 255 - color contains mainly: green. Hex color #FCFFC5 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FCFFC5 is #03003A. Grayscale: #F7F7F7. Windows color (decimal): -196667 or 12976124. OLE color: 12976124.

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

Color convert

RGB252255197-
CMYK0.0100.230
HSL63.1º100%88.63%-
HSV(B)63.1º22.75%100%-
XYZ85.9896.2566.87-
YUV247.4999.51131.22-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 35.80%
GREEN value IS 255 (100% from 255) = 36.22%
BLUE value IS 197 (77.34% from 255) = 27.98%
R=35.80%
G=36.22%
B=27.98%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2522551970.0100.23063.110088.63
HexFCFFC5101703f6459
Octal3743773051027077144131
Binary1111110011111111110001011010111011111111001001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCFFC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCFFC5; }

 p { color: rgb(252,255,197); }

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

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

 a { background-color: rgb(252,255,197); }

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

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

 span { border-color: rgb(252,255,197); }

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