Html Css Color HEX #F5BFDC Classic Rose

📋 copy color: '#F5BFDC'

red 245 ◦ green 191 ◦ blue 220

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

Shades of Classic Rose #F5BFDC

Tints of Classic Rose #F5BFDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 33.54%

R = 37.35%
G = 29.12%
B = 33.54%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.10

 K value IS 0.04

RGB Variations

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

Color information

#F5BFDC (or 0xF5BFDC) is known color: Classic Rose. HEX triplet: F5, BF and DC. RGB value is (245,191,220). Sum of RGB (Red+Green+Blue) = 245+191+220=656 (86% of max value = 765). Red value is 245 (96.09% from 255 or 37.35% from 656); Green value is 191 (75% from 255 or 29.12% from 656); Blue value is 220 (86.33% from 255 or 33.54% from 656); Max value from RGB is 245 - color contains mainly: red. Hex color #F5BFDC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F5BFDC is #0A4023. Grayscale: #D2D2D2. Windows color (decimal): -671780 or 14467061. OLE color: 14467061.

HSL color Cylindrical-coordinate representation of color #F5BFDC: hue angle of 327.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 #F5BFDC is Cyan = 0, Magento = 0.22, Yellow = 0.10 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 191 220 -
CMYK 0 0.22 0.10 0.04
HSL 327.78º 0.73% 0.85% -
HSV(B) 327.78º 0.22% 0.96% -
XYZ 69.21 61.84 76 -
YUV 210.45 133.39 152.64 -
System Red Green Blue C M Y K H S L
Decimal 245 191 220 0 0.22 0.10 0.04 327.78 0.73 0.85
Hex F5 BF DC 0 16 A 4 148 49 55
Octal 365 277 334 0 26 12 4 510 111 125
Binary 11110101 10111111 11011100 0 10110 1010 100 101001000 1001001 1010101

Color Harmonies of #F5BFDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5BFDC

Black with #F5BFDC

Text Example


Text Example

White with #F5BFDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5BFDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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