Html Css Color HEX #F8C5ED Classic Rose

📋 copy color: '#F8C5ED'

red 248 ◦ green 197 ◦ blue 237

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

Shades of Classic Rose #F8C5ED

Tints of Classic Rose #F8C5ED

RGB

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

 GREEN value IS 197 (77.34% from 255) = 28.89%

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

R = 36.36%
G = 28.89%
B = 34.75%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.04

 K value IS 0.03

RGB Variations

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

Color information

#F8C5ED (or 0xF8C5ED) is known color: Classic Rose. HEX triplet: F8, C5 and ED. RGB value is (248,197,237). Sum of RGB (Red+Green+Blue) = 248+197+237=682 (90% of max value = 765). Red value is 248 (97.27% from 255 or 36.36% from 682); Green value is 197 (77.34% from 255 or 28.89% from 682); Blue value is 237 (92.97% from 255 or 34.75% from 682); Max value from RGB is 248 - color contains mainly: red. Hex color #F8C5ED is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F8C5ED is #073A12. Grayscale: #D8D8D8. Windows color (decimal): -473619 or 15582712. OLE color: 15582712.

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

Color convert

RGB 248 197 237 -
CMYK 0 0.21 0.04 0.03
HSL 312.94º 0.78% 0.87% -
HSV(B) 312.94º 0.21% 0.97% -
XYZ 73.96 66 88.96 -
YUV 216.81 139.4 150.25 -
System Red Green Blue C M Y K H S L
Decimal 248 197 237 0 0.21 0.04 0.03 312.94 0.78 0.87
Hex F8 C5 ED 0 15 4 3 139 4E 57
Octal 370 305 355 0 25 4 3 471 116 127
Binary 11111000 11000101 11101101 0 10101 100 11 100111001 1001110 1010111

Color Harmonies of #F8C5ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8C5ED

Black with #F8C5ED

Text Example


Text Example

White with #F8C5ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8C5ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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