Html Css Color HEX #F8C0ED Lavender Rose

📋 copy color: '#F8C0ED'

red 248 ◦ green 192 ◦ blue 237

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

Shades of Lavender Rose #F8C0ED

Tints of Lavender Rose #F8C0ED

RGB

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

 GREEN value IS 192 (75.39% from 255) = 28.36%

 BLUE value IS 237 (92.97% from 255) = 35.01%

R = 36.63%
G = 28.36%
B = 35.01%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.04

 K value IS 0.03

RGB Variations

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

Color information

#F8C0ED (or 0xF8C0ED) is known color: Lavender Rose. HEX triplet: F8, C0 and ED. RGB value is (248,192,237). Sum of RGB (Red+Green+Blue) = 248+192+237=677 (89% of max value = 765). Red value is 248 (97.27% from 255 or 36.63% from 677); Green value is 192 (75.39% from 255 or 28.36% from 677); Blue value is 237 (92.97% from 255 or 35.01% from 677); Max value from RGB is 248 - color contains mainly: red. Hex color #F8C0ED is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F8C0ED is #073F12. Grayscale: #D5D5D5. Windows color (decimal): -474899 or 15581432. OLE color: 15581432.

HSL color Cylindrical-coordinate representation of color #F8C0ED: hue angle of 311.79º degrees, saturation: 0.8, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #F8C0ED is Cyan = 0, Magento = 0.23, Yellow = 0.04 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 192 237 -
CMYK 0 0.23 0.04 0.03
HSL 311.79º 0.8% 0.86% -
HSV(B) 311.79º 0.23% 0.97% -
XYZ 72.85 63.77 88.59 -
YUV 213.87 141.05 152.34 -
System Red Green Blue C M Y K H S L
Decimal 248 192 237 0 0.23 0.04 0.03 311.79 0.8 0.86
Hex F8 C0 ED 0 17 4 3 138 50 56
Octal 370 300 355 0 27 4 3 470 120 126
Binary 11111000 11000000 11101101 0 10111 100 11 100111000 1010000 1010110

Color Harmonies of #F8C0ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8C0ED

Black with #F8C0ED

Text Example


Text Example

White with #F8C0ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8C0ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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