Html Css Color HEX #F8BFE1 Classic Rose

📋 copy color: '#F8BFE1'

red 248 ◦ green 191 ◦ blue 225

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

Shades of Classic Rose #F8BFE1

Tints of Classic Rose #F8BFE1

RGB

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

 GREEN value IS 191 (75% from 255) = 28.77%

 BLUE value IS 225 (88.28% from 255) = 33.89%

R = 37.35%
G = 28.77%
B = 33.89%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.09

 K value IS 0.03

RGB Variations

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

Color information

#F8BFE1 (or 0xF8BFE1) is known color: Classic Rose. HEX triplet: F8, BF and E1. RGB value is (248,191,225). Sum of RGB (Red+Green+Blue) = 248+191+225=664 (87% of max value = 765). Red value is 248 (97.27% from 255 or 37.35% from 664); Green value is 191 (75% from 255 or 28.77% from 664); Blue value is 225 (88.28% from 255 or 33.89% from 664); Max value from RGB is 248 - color contains mainly: red. Hex color #F8BFE1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F8BFE1 is #07401E. Grayscale: #D3D3D3. Windows color (decimal): -475167 or 14794744. OLE color: 14794744.

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

Color convert

RGB 248 191 225 -
CMYK 0 0.23 0.09 0.03
HSL 324.21º 0.8% 0.86% -
HSV(B) 324.21º 0.23% 0.97% -
XYZ 70.93 62.65 79.59 -
YUV 211.92 135.38 153.74 -
System Red Green Blue C M Y K H S L
Decimal 248 191 225 0 0.23 0.09 0.03 324.21 0.8 0.86
Hex F8 BF E1 0 17 9 3 144 50 56
Octal 370 277 341 0 27 11 3 504 120 126
Binary 11111000 10111111 11100001 0 10111 1001 11 101000100 1010000 1010110

Color Harmonies of #F8BFE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8BFE1

Black with #F8BFE1

Text Example


Text Example

White with #F8BFE1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8BFE1; }

 p { color: rgb(248,191,225); }

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

background-color css

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

 a { background-color: rgb(248,191,225); }

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

border-color css

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

 span { border-color: rgb(248,191,225); }

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