Html Css Color HEX #FCFFC2 Carla

📋 copy color: '#FCFFC2'

red 252 ◦ green 255 ◦ blue 194

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

Shades of Carla #FCFFC2

Tints of Carla #FCFFC2

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 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

#FCFFC2 (or 0xFCFFC2) is known color: 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

RGB 252 255 194 -
CMYK 0.01 0 0.24 0
HSL 62.95º 1% 0.88% -
HSV(B) 62.95º 0.24% 1% -
XYZ 85.64 96.11 65.08 -
YUV 247.15 98.01 131.46 -
System Red Green Blue C M Y K H S L
Decimal 252 255 194 0.01 0 0.24 0 62.95 1 0.88
Hex FC FF C2 1 0 18 0 3F 64 58
Octal 374 377 302 1 0 30 0 77 144 130
Binary 11111100 11111111 11000010 1 0 11000 0 111111 1100100 1011000

Color Harmonies of #FCFFC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCFFC2

Black with #FCFFC2

Text Example


Text Example

White with #FCFFC2

Text Example


Text Example

HTML Codes & Css Web 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>