Html Css Color HEX #F5BFDA Classic Rose

📋 copy color: '#F5BFDA'

red 245 ◦ green 191 ◦ blue 218

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

Shades of Classic Rose #F5BFDA

Tints of Classic Rose #F5BFDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 33.33%

R = 37.46%
G = 29.2%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.11

 K value IS 0.04

RGB Variations

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

Color information

#F5BFDA (or 0xF5BFDA) is known color: Classic Rose. HEX triplet: F5, BF and DA. RGB value is (245,191,218). Sum of RGB (Red+Green+Blue) = 245+191+218=654 (86% of max value = 765). Red value is 245 (96.09% from 255 or 37.46% from 654); Green value is 191 (75% from 255 or 29.20% from 654); Blue value is 218 (85.55% from 255 or 33.33% from 654); Max value from RGB is 245 - color contains mainly: red. Hex color #F5BFDA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F5BFDA is #0A4025. Grayscale: #D2D2D2. Windows color (decimal): -671782 or 14335989. OLE color: 14335989.

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

Color convert

RGB 245 191 218 -
CMYK 0 0.22 0.11 0.04
HSL 330º 0.73% 0.85% -
HSV(B) 330º 0.22% 0.96% -
XYZ 68.94 61.74 74.61 -
YUV 210.22 132.39 152.8 -
System Red Green Blue C M Y K H S L
Decimal 245 191 218 0 0.22 0.11 0.04 330 0.73 0.85
Hex F5 BF DA 0 16 B 4 14A 49 55
Octal 365 277 332 0 26 13 4 512 111 125
Binary 11110101 10111111 11011010 0 10110 1011 100 101001010 1001001 1010101

Color Harmonies of #F5BFDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5BFDA

Black with #F5BFDA

Text Example


Text Example

White with #F5BFDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5BFDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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