Html Css Color HEX #F7BFE1 Classic Rose

📋 copy color: '#F7BFE1'

red 247 ◦ green 191 ◦ blue 225

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

Shades of Classic Rose #F7BFE1

Tints of Classic Rose #F7BFE1

RGB

 RED value IS 247 (96.88% from 255) = 37.25%

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

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

R = 37.25%
G = 28.81%
B = 33.94%

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

#F7BFE1 (or 0xF7BFE1) is known color: Classic Rose. HEX triplet: F7, BF and E1. RGB value is (247,191,225). Sum of RGB (Red+Green+Blue) = 247+191+225=663 (87% of max value = 765). Red value is 247 (96.88% from 255 or 37.25% from 663); Green value is 191 (75% from 255 or 28.81% from 663); Blue value is 225 (88.28% from 255 or 33.94% from 663); Max value from RGB is 247 - color contains mainly: red. Hex color #F7BFE1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F7BFE1 is #08401E. Grayscale: #D3D3D3. Windows color (decimal): -540703 or 14794743. OLE color: 14794743.

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

Color convert

RGB 247 191 225 -
CMYK 0 0.23 0.09 0.03
HSL 323.57º 0.78% 0.86% -
HSV(B) 323.57º 0.23% 0.97% -
XYZ 70.58 62.47 79.57 -
YUV 211.62 135.55 153.24 -
System Red Green Blue C M Y K H S L
Decimal 247 191 225 0 0.23 0.09 0.03 323.57 0.78 0.86
Hex F7 BF E1 0 17 9 3 144 4E 56
Octal 367 277 341 0 27 11 3 504 116 126
Binary 11110111 10111111 11100001 0 10111 1001 11 101000100 1001110 1010110

Color Harmonies of #F7BFE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7BFE1

Black with #F7BFE1

Text Example


Text Example

White with #F7BFE1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7BFE1; }

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

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

background-color css

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

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

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

border-color css

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

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

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