#FCFFC4

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

Shades of Carla #FCFFC4

Tints of Carla #FCFFC4

Color information

#FCFFC4 (or 0xFCFFC4) is unknown color: approx Carla. HEX triplet: FC, FF and C4. RGB value is (252,255,196). Sum of RGB (Red+Green+Blue) = 252+255+196=703 (93% of max value = 765). Red value is 252 (98.83% from 255 or 35.85% from 703); Green value is 255 (100% from 255 or 36.27% from 703); Blue value is 196 (76.95% from 255 or 27.88% from 703); Max value from RGB is 255 - color contains mainly: green. Hex color #FCFFC4 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FCFFC4 is #03003B. Grayscale: #F7F7F7. Windows color (decimal): -196668 or 12910588. OLE color: 12910588.

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

Color convert

RGB252255196-
CMYK0.0100.230
HSL63.05º100%88.43%-
HSV(B)63.05º23.14%100%-
XYZ85.8796.266.27-
YUV247.3899.01131.3-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 35.85%
GREEN value IS 255 (100% from 255) = 36.27%
BLUE value IS 196 (76.95% from 255) = 27.88%
R=35.85%
G=36.27%
B=27.88%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2522551960.0100.23063.0510088.43
HexFCFFC4101703f6458
Octal3743773041027077144130
Binary1111110011111111110001001010111011111111001001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCFFC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCFFC4; }

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

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

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

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

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

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

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

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