#FCFFC2

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

Shades of Carla #FCFFC2

Tints of Carla #FCFFC2

Color information

#FCFFC2 (or 0xFCFFC2) is unknown color: approx Carla. HEX triplet: FC, FF and C2. RGB value is (252,255,194). Sum of RGB (Red+Green+Blue) = 252+255+194=701 (92% of max value = 765). Red value is 252 (98.83% from 255 or 35.95% from 701); Green value is 255 (100% from 255 or 36.38% from 701); Blue value is 194 (76.17% from 255 or 27.67% from 701); Max value from RGB is 255 - color contains mainly: green. Hex color #FCFFC2 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FCFFC2 is #03003D. Grayscale: #F7F7F7. Windows color (decimal): -196670 or 12779516. OLE color: 12779516.

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

Color convert

RGB252255194-
CMYK0.0100.240
HSL62.95º100%88.04%-
HSV(B)62.95º23.92%100%-
XYZ85.6496.1165.08-
YUV247.1598.01131.46-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 35.95%
GREEN value IS 255 (100% from 255) = 36.38%
BLUE value IS 194 (76.17% from 255) = 27.67%
R=35.95%
G=36.38%
B=27.67%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2522551940.0100.24062.9510088.04
HexFCFFC2101803f6458
Octal3743773021030077144130
Binary1111110011111111110000101011000011111111001001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCFFC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCFFC2; }

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

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

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

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

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

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

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

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