Html Css Color HEX #F8FED5 Carla

📋 copy color: '#F8FED5'

red 248 ◦ green 254 ◦ blue 213

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

Shades of Carla #F8FED5

Tints of Carla #F8FED5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 29.79%

R = 34.69%
G = 35.52%
B = 29.79%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.16

 K value IS 0.00

RGB Variations

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

Color information

#F8FED5 (or 0xF8FED5) is known color: Carla. HEX triplet: F8, FE and D5. RGB value is (248,254,213). Sum of RGB (Red+Green+Blue) = 248+254+213=715 (94% of max value = 765). Red value is 248 (97.27% from 255 or 34.69% from 715); Green value is 254 (99.61% from 255 or 35.52% from 715); Blue value is 213 (83.59% from 255 or 29.79% from 715); Max value from RGB is 254 - color contains mainly: green. Hex color #F8FED5 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F8FED5 is #07012A. Grayscale: #F7F7F7. Windows color (decimal): -459051 or 14024440. OLE color: 14024440.

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

Color convert

RGB 248 254 213 -
CMYK 0.02 0 0.16 0.00
HSL 68.78º 0.95% 0.92% -
HSV(B) 68.78º 0.16% 1% -
XYZ 86.16 95.64 76.87 -
YUV 247.53 108.51 128.33 -
System Red Green Blue C M Y K H S L
Decimal 248 254 213 0.02 0 0.16 0.00 68.78 0.95 0.92
Hex F8 FE D5 2 0 10 0 45 5F 5C
Octal 370 376 325 2 0 20 0 105 137 134
Binary 11111000 11111110 11010101 10 0 10000 0 1000101 1011111 1011100

Color Harmonies of #F8FED5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8FED5

Black with #F8FED5

Text Example


Text Example

White with #F8FED5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8FED5; }

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

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

background-color css

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

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

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

border-color css

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

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

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