Html Css Color HEX #F7BDDB Classic Rose

📋 copy color: '#F7BDDB'

red 247 ◦ green 189 ◦ blue 219

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

Shades of Classic Rose #F7BDDB

Tints of Classic Rose #F7BDDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 33.44%

R = 37.71%
G = 28.85%
B = 33.44%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.11

 K value IS 0.03

RGB Variations

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

Color information

#F7BDDB (or 0xF7BDDB) is known color: Classic Rose. HEX triplet: F7, BD and DB. RGB value is (247,189,219). Sum of RGB (Red+Green+Blue) = 247+189+219=655 (86% of max value = 765). Red value is 247 (96.88% from 255 or 37.71% from 655); Green value is 189 (74.22% from 255 or 28.85% from 655); Blue value is 219 (85.94% from 255 or 33.44% from 655); Max value from RGB is 247 - color contains mainly: red. Hex color #F7BDDB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F7BDDB is #084224. Grayscale: #D1D1D1. Windows color (decimal): -541221 or 14401015. OLE color: 14401015.

HSL color Cylindrical-coordinate representation of color #F7BDDB: hue angle of 328.97º degrees, saturation: 0.78, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #F7BDDB is Cyan = 0, Magento = 0.23, Yellow = 0.11 and Black (K on CMYK) = 0.03.

Color convert

RGB 247 189 219 -
CMYK 0 0.23 0.11 0.03
HSL 328.97º 0.78% 0.85% -
HSV(B) 328.97º 0.23% 0.97% -
XYZ 69.34 61.28 75.19 -
YUV 209.76 133.22 154.56 -
System Red Green Blue C M Y K H S L
Decimal 247 189 219 0 0.23 0.11 0.03 328.97 0.78 0.85
Hex F7 BD DB 0 17 B 3 149 4E 55
Octal 367 275 333 0 27 13 3 511 116 125
Binary 11110111 10111101 11011011 0 10111 1011 11 101001001 1001110 1010101

Color Harmonies of #F7BDDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7BDDB

Black with #F7BDDB

Text Example


Text Example

White with #F7BDDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7BDDB; }

 p { color: rgb(247,189,219); }

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

background-color css

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

 a { background-color: rgb(247,189,219); }

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

border-color css

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

 span { border-color: rgb(247,189,219); }

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