Html Css Color HEX #F8C0E0 Classic Rose

📋 copy color: '#F8C0E0'

red 248 ◦ green 192 ◦ blue 224

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

Shades of Classic Rose #F8C0E0

Tints of Classic Rose #F8C0E0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 33.73%

R = 37.35%
G = 28.92%
B = 33.73%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.10

 K value IS 0.03

RGB Variations

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

Color information

#F8C0E0 (or 0xF8C0E0) is known color: Classic Rose. HEX triplet: F8, C0 and E0. RGB value is (248,192,224). Sum of RGB (Red+Green+Blue) = 248+192+224=664 (87% of max value = 765). Red value is 248 (97.27% from 255 or 37.35% from 664); Green value is 192 (75.39% from 255 or 28.92% from 664); Blue value is 224 (87.89% from 255 or 33.73% from 664); Max value from RGB is 248 - color contains mainly: red. Hex color #F8C0E0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F8C0E0 is #073F1F. Grayscale: #D4D4D4. Windows color (decimal): -474912 or 14729464. OLE color: 14729464.

HSL color Cylindrical-coordinate representation of color #F8C0E0: hue angle of 325.71º 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 #F8C0E0 is Cyan = 0, Magento = 0.23, Yellow = 0.10 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 192 224 -
CMYK 0 0.23 0.10 0.03
HSL 325.71º 0.8% 0.86% -
HSV(B) 325.71º 0.23% 0.97% -
XYZ 71.02 63.04 78.95 -
YUV 212.39 134.55 153.4 -
System Red Green Blue C M Y K H S L
Decimal 248 192 224 0 0.23 0.10 0.03 325.71 0.8 0.86
Hex F8 C0 E0 0 17 A 3 146 50 56
Octal 370 300 340 0 27 12 3 506 120 126
Binary 11111000 11000000 11100000 0 10111 1010 11 101000110 1010000 1010110

Color Harmonies of #F8C0E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8C0E0

Black with #F8C0E0

Text Example


Text Example

White with #F8C0E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8C0E0; }

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

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

background-color css

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

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

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

border-color css

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

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

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