Html Css Color HEX #F8FEC0 Carla

📋 copy color: '#F8FEC0'

red 248 ◦ green 254 ◦ blue 192

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

Shades of Carla #F8FEC0

Tints of Carla #F8FEC0

RGB

 RED value IS 248 (97.27% from 255) = 35.73%

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

 BLUE value IS 192 (75.39% from 255) = 27.67%

R = 35.73%
G = 36.6%
B = 27.67%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.24

 K value IS 0.00

RGB Variations

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

Color information

#F8FEC0 (or 0xF8FEC0) is known color: Carla. HEX triplet: F8, FE and C0. RGB value is (248,254,192). Sum of RGB (Red+Green+Blue) = 248+254+192=694 (91% of max value = 765). Red value is 248 (97.27% from 255 or 35.73% from 694); Green value is 254 (99.61% from 255 or 36.60% from 694); Blue value is 192 (75.39% from 255 or 27.67% from 694); Max value from RGB is 254 - color contains mainly: green. Hex color #F8FEC0 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F8FEC0 is #07013F. Grayscale: #F5F5F5. Windows color (decimal): -459072 or 12648184. OLE color: 12648184.

HSL color Cylindrical-coordinate representation of color #F8FEC0: hue angle of 65.81º degrees, saturation: 0.97, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #F8FEC0 is Cyan = 0.02, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.00.

Color convert

RGB 248 254 192 -
CMYK 0.02 0 0.24 0.00
HSL 65.81º 0.97% 0.87% -
HSV(B) 65.81º 0.24% 1% -
XYZ 83.67 94.65 63.73 -
YUV 245.14 98.01 130.04 -
System Red Green Blue C M Y K H S L
Decimal 248 254 192 0.02 0 0.24 0.00 65.81 0.97 0.87
Hex F8 FE C0 2 0 18 0 42 61 57
Octal 370 376 300 2 0 30 0 102 141 127
Binary 11111000 11111110 11000000 10 0 11000 0 1000010 1100001 1010111

Color Harmonies of #F8FEC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8FEC0

Black with #F8FEC0

Text Example


Text Example

White with #F8FEC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8FEC0; }

 p { color: rgb(248,254,192); }

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

background-color css

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

 a { background-color: rgb(248,254,192); }

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

border-color css

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

 span { border-color: rgb(248,254,192); }

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