Html Css Color HEX #F8FED0 Carla

📋 copy color: '#F8FED0'

red 248 ◦ green 254 ◦ blue 208

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

Shades of Carla #F8FED0

Tints of Carla #F8FED0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 29.3%

R = 34.93%
G = 35.77%
B = 29.3%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.18

 K value IS 0.00

RGB Variations

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

Color information

#F8FED0 (or 0xF8FED0) is known color: Carla. HEX triplet: F8, FE and D0. RGB value is (248,254,208). Sum of RGB (Red+Green+Blue) = 248+254+208=710 (94% of max value = 765). Red value is 248 (97.27% from 255 or 34.93% from 710); Green value is 254 (99.61% from 255 or 35.77% from 710); Blue value is 208 (81.64% from 255 or 29.30% from 710); Max value from RGB is 254 - color contains mainly: green. Hex color #F8FED0 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F8FED0 is #07012F. Grayscale: #F7F7F7. Windows color (decimal): -459056 or 13696760. OLE color: 13696760.

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

Color convert

RGB 248 254 208 -
CMYK 0.02 0 0.18 0.00
HSL 67.83º 0.96% 0.91% -
HSV(B) 67.83º 0.18% 1% -
XYZ 85.54 95.39 73.58 -
YUV 246.96 106.01 128.74 -
System Red Green Blue C M Y K H S L
Decimal 248 254 208 0.02 0 0.18 0.00 67.83 0.96 0.91
Hex F8 FE D0 2 0 12 0 44 60 5B
Octal 370 376 320 2 0 22 0 104 140 133
Binary 11111000 11111110 11010000 10 0 10010 0 1000100 1100000 1011011

Color Harmonies of #F8FED0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8FED0

Black with #F8FED0

Text Example


Text Example

White with #F8FED0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8FED0; }

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

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

background-color css

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

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

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

border-color css

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

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

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