Html Css Color HEX #F5BFE5 Classic Rose

📋 copy color: '#F5BFE5'

red 245 ◦ green 191 ◦ blue 229

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

Shades of Classic Rose #F5BFE5

Tints of Classic Rose #F5BFE5

RGB

 RED value IS 245 (96.09% from 255) = 36.84%

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

 BLUE value IS 229 (89.84% from 255) = 34.44%

R = 36.84%
G = 28.72%
B = 34.44%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.07

 K value IS 0.04

RGB Variations

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

Color information

#F5BFE5 (or 0xF5BFE5) is known color: Classic Rose. HEX triplet: F5, BF and E5. RGB value is (245,191,229). Sum of RGB (Red+Green+Blue) = 245+191+229=665 (88% of max value = 765). Red value is 245 (96.09% from 255 or 36.84% from 665); Green value is 191 (75% from 255 or 28.72% from 665); Blue value is 229 (89.84% from 255 or 34.44% from 665); Max value from RGB is 245 - color contains mainly: red. Hex color #F5BFE5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F5BFE5 is #0A401A. Grayscale: #D3D3D3. Windows color (decimal): -671771 or 15056885. OLE color: 15056885.

HSL color Cylindrical-coordinate representation of color #F5BFE5: hue angle of 317.78º degrees, saturation: 0.73, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #F5BFE5 is Cyan = 0, Magento = 0.22, Yellow = 0.07 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 191 229 -
CMYK 0 0.22 0.07 0.04
HSL 317.78º 0.73% 0.85% -
HSV(B) 317.78º 0.22% 0.96% -
XYZ 70.43 62.33 82.45 -
YUV 211.48 137.89 151.91 -
System Red Green Blue C M Y K H S L
Decimal 245 191 229 0 0.22 0.07 0.04 317.78 0.73 0.85
Hex F5 BF E5 0 16 7 4 13E 49 55
Octal 365 277 345 0 26 7 4 476 111 125
Binary 11110101 10111111 11100101 0 10110 111 100 100111110 1001001 1010101

Color Harmonies of #F5BFE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5BFE5

Black with #F5BFE5

Text Example


Text Example

White with #F5BFE5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5BFE5; }

 p { color: rgb(245,191,229); }

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

background-color css

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

 a { background-color: rgb(245,191,229); }

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

border-color css

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

 span { border-color: rgb(245,191,229); }

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