Html Css Color HEX #F5FECA Carla

📋 copy color: '#F5FECA'

red 245 ◦ green 254 ◦ blue 202

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

Shades of Carla #F5FECA

Tints of Carla #F5FECA

RGB

 RED value IS 245 (96.09% from 255) = 34.95%

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

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

R = 34.95%
G = 36.23%
B = 28.82%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.20

 K value IS 0.00

RGB Variations

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

Color information

#F5FECA (or 0xF5FECA) is known color: Carla. HEX triplet: F5, FE and CA. RGB value is (245,254,202). Sum of RGB (Red+Green+Blue) = 245+254+202=701 (92% of max value = 765). Red value is 245 (96.09% from 255 or 34.95% from 701); Green value is 254 (99.61% from 255 or 36.23% from 701); Blue value is 202 (79.30% from 255 or 28.82% from 701); Max value from RGB is 254 - color contains mainly: green. Hex color #F5FECA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F5FECA is #0A0135. Grayscale: #F5F5F5. Windows color (decimal): -655670 or 13303541. OLE color: 13303541.

HSL color Cylindrical-coordinate representation of color #F5FECA: hue angle of 70.38º 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 #F5FECA is Cyan = 0.04, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.00.

Color convert

RGB 245 254 202 -
CMYK 0.04 0 0.20 0.00
HSL 70.38º 0.96% 0.89% -
HSV(B) 70.38º 0.2% 1% -
XYZ 83.76 94.56 69.71 -
YUV 245.38 103.52 127.73 -
System Red Green Blue C M Y K H S L
Decimal 245 254 202 0.04 0 0.20 0.00 70.38 0.96 0.89
Hex F5 FE CA 4 0 14 0 46 60 59
Octal 365 376 312 4 0 24 0 106 140 131
Binary 11110101 11111110 11001010 100 0 10100 0 1000110 1100000 1011001

Color Harmonies of #F5FECA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5FECA

Black with #F5FECA

Text Example


Text Example

White with #F5FECA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5FECA; }

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

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

background-color css

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

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

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

border-color css

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

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

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