Html Css Color HEX #FCFECA Carla

📋 copy color: '#FCFECA'

red 252 ◦ green 254 ◦ blue 202

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

Shades of Carla #FCFECA

Tints of Carla #FCFECA

RGB

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

 GREEN value IS 254 (99.61% from 255) = 35.88%

 BLUE value IS 202 (79.3% from 255) = 28.53%

R = 35.59%
G = 35.88%
B = 28.53%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.20

 K value IS 0.00

RGB Variations

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

Color information

#FCFECA (or 0xFCFECA) is known color: Carla. HEX triplet: FC, FE and CA. RGB value is (252,254,202). Sum of RGB (Red+Green+Blue) = 252+254+202=708 (93% of max value = 765). Red value is 252 (98.83% from 255 or 35.59% from 708); Green value is 254 (99.61% from 255 or 35.88% from 708); Blue value is 202 (79.30% from 255 or 28.53% from 708); Max value from RGB is 254 - color contains mainly: green. Hex color #FCFECA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FCFECA is #030135. Grayscale: #F7F7F7. Windows color (decimal): -196918 or 13303548. OLE color: 13303548.

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

Color convert

RGB 252 254 202 -
CMYK 0.01 0 0.20 0.00
HSL 62.31º 0.96% 0.89% -
HSV(B) 62.31º 0.2% 1% -
XYZ 86.25 95.84 69.83 -
YUV 247.47 102.34 131.23 -
System Red Green Blue C M Y K H S L
Decimal 252 254 202 0.01 0 0.20 0.00 62.31 0.96 0.89
Hex FC FE CA 1 0 14 0 3E 60 59
Octal 374 376 312 1 0 24 0 76 140 131
Binary 11111100 11111110 11001010 1 0 10100 0 111110 1100000 1011001

Color Harmonies of #FCFECA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCFECA

Black with #FCFECA

Text Example


Text Example

White with #FCFECA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCFECA; }

 p { color: rgb(252,254,202); }

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

background-color css

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

 a { background-color: rgb(252,254,202); }

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

border-color css

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

 span { border-color: rgb(252,254,202); }

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