#FCFFCB

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

Shades of Carla #FCFFCB

Tints of Carla #FCFFCB

Color information

#FCFFCB (or 0xFCFFCB) is unknown color: approx Carla. HEX triplet: FC, FF and CB. RGB value is (252,255,203). Sum of RGB (Red+Green+Blue) = 252+255+203=710 (94% of max value = 765). Red value is 252 (98.83% from 255 or 35.49% from 710); Green value is 255 (100% from 255 or 35.92% from 710); Blue value is 203 (79.69% from 255 or 28.59% from 710); Max value from RGB is 255 - color contains mainly: green. Hex color #FCFFCB is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FCFFCB is #030034. Grayscale: #F8F8F8. Windows color (decimal): -196661 or 13369340. OLE color: 13369340.

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

Color convert

RGB252255203-
CMYK0.0100.200
HSL63.46º100%89.8%-
HSV(B)63.46º20.39%100%-
XYZ86.6896.5370.56-
YUV248.18102.51130.73-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 35.49%
GREEN value IS 255 (100% from 255) = 35.92%
BLUE value IS 203 (79.69% from 255) = 28.59%
R=35.49%
G=35.92%
B=28.59%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2522552030.0100.20063.4610089.8
HexFCFFCB101403f645a
Octal3743773131024077144132
Binary1111110011111111110010111010100011111111001001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCFFCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCFFCB; }

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

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

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

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

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

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

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

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