Html Css Color HEX #F5BDE3 Classic Rose

📋 copy color: '#F5BDE3'

red 245 ◦ green 189 ◦ blue 227

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

Shades of Classic Rose #F5BDE3

Tints of Classic Rose #F5BDE3

RGB

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

 GREEN value IS 189 (74.22% from 255) = 28.59%

 BLUE value IS 227 (89.06% from 255) = 34.34%

R = 37.07%
G = 28.59%
B = 34.34%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.07

 K value IS 0.04

RGB Variations

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

Color information

#F5BDE3 (or 0xF5BDE3) is known color: Classic Rose. HEX triplet: F5, BD and E3. RGB value is (245,189,227). Sum of RGB (Red+Green+Blue) = 245+189+227=661 (87% of max value = 765). Red value is 245 (96.09% from 255 or 37.07% from 661); Green value is 189 (74.22% from 255 or 28.59% from 661); Blue value is 227 (89.06% from 255 or 34.34% from 661); Max value from RGB is 245 - color contains mainly: red. Hex color #F5BDE3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F5BDE3 is #0A421C. Grayscale: #D1D1D1. Windows color (decimal): -672285 or 14925301. OLE color: 14925301.

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

Color convert

RGB 245 189 227 -
CMYK 0 0.23 0.07 0.04
HSL 319.29º 0.74% 0.85% -
HSV(B) 319.29º 0.23% 0.96% -
XYZ 69.72 61.35 80.84 -
YUV 210.08 137.55 152.91 -
System Red Green Blue C M Y K H S L
Decimal 245 189 227 0 0.23 0.07 0.04 319.29 0.74 0.85
Hex F5 BD E3 0 17 7 4 13F 4A 55
Octal 365 275 343 0 27 7 4 477 112 125
Binary 11110101 10111101 11100011 0 10111 111 100 100111111 1001010 1010101

Color Harmonies of #F5BDE3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5BDE3

Black with #F5BDE3

Text Example


Text Example

White with #F5BDE3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5BDE3; }

 p { color: rgb(245,189,227); }

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

background-color css

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

 a { background-color: rgb(245,189,227); }

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

border-color css

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

 span { border-color: rgb(245,189,227); }

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