Html Css Color HEX #FCFFC1 Carla

📋 copy color: '#FCFFC1'

red 252 ◦ green 255 ◦ blue 193

#FCFFC1
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Carla #FCFFC1

Tints of Carla #FCFFC1

RGB

 RED value IS 252 (98.83% from 255) = 36%

 GREEN value IS 255 (100% from 255) = 36.43%

 BLUE value IS 193 (75.78% from 255) = 27.57%

R = 36%
G = 36.43%
B = 27.57%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.24

 K value IS 0

RGB Variations

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

Color information

#FCFFC1 (or 0xFCFFC1) is known color: Carla. HEX triplet: FC, FF and C1. RGB value is (252,255,193). Sum of RGB (Red+Green+Blue) = 252+255+193=700 (92% of max value = 765). Red value is 252 (98.83% from 255 or 36% from 700); Green value is 255 (100% from 255 or 36.43% from 700); Blue value is 193 (75.78% from 255 or 27.57% from 700); Max value from RGB is 255 - color contains mainly: green. Hex color #FCFFC1 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FCFFC1 is #03003E. Grayscale: #F7F7F7. Windows color (decimal): -196671 or 12713980. OLE color: 12713980.

HSL color Cylindrical-coordinate representation of color #FCFFC1: hue angle of 62.9º 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 #FCFFC1 is Cyan = 0.01, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.

Color convert

RGB 252 255 193 -
CMYK 0.01 0 0.24 0
HSL 62.9º 1% 0.88% -
HSV(B) 62.9º 0.24% 1% -
XYZ 85.53 96.07 64.49 -
YUV 247.04 97.51 131.54 -
System Red Green Blue C M Y K H S L
Decimal 252 255 193 0.01 0 0.24 0 62.9 1 0.88
Hex FC FF C1 1 0 18 0 3F 64 58
Octal 374 377 301 1 0 30 0 77 144 130
Binary 11111100 11111111 11000001 1 0 11000 0 111111 1100100 1011000

Color Harmonies of #FCFFC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCFFC1

Black with #FCFFC1

Text Example


Text Example

White with #FCFFC1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCFFC1; }

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

 H1.HeaderClassName
 {
   color: #FCFFC1;
 }
 .AnyTagClassName
 {
   color: #FCFFC1;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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