Html Css Color HEX #F4BDDB Classic Rose

📋 copy color: '#F4BDDB'

red 244 ◦ green 189 ◦ blue 219

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

Shades of Classic Rose #F4BDDB

Tints of Classic Rose #F4BDDB

RGB

 RED value IS 244 (95.7% from 255) = 37.42%

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

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

R = 37.42%
G = 28.99%
B = 33.59%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.10

 K value IS 0.04

RGB Variations

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

Color information

#F4BDDB (or 0xF4BDDB) is known color: Classic Rose. HEX triplet: F4, BD and DB. RGB value is (244,189,219). Sum of RGB (Red+Green+Blue) = 244+189+219=652 (86% of max value = 765). Red value is 244 (95.70% from 255 or 37.42% from 652); Green value is 189 (74.22% from 255 or 28.99% from 652); Blue value is 219 (85.94% from 255 or 33.59% from 652); Max value from RGB is 244 - color contains mainly: red. Hex color #F4BDDB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F4BDDB is #0B4224. Grayscale: #D0D0D0. Windows color (decimal): -737829 or 14401012. OLE color: 14401012.

HSL color Cylindrical-coordinate representation of color #F4BDDB: hue angle of 327.27º degrees, saturation: 0.71, 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 #F4BDDB is Cyan = 0, Magento = 0.23, Yellow = 0.10 and Black (K on CMYK) = 0.04.

Color convert

RGB 244 189 219 -
CMYK 0 0.23 0.10 0.04
HSL 327.27º 0.71% 0.85% -
HSV(B) 327.27º 0.23% 0.96% -
XYZ 68.29 60.74 75.14 -
YUV 208.87 133.72 153.06 -
System Red Green Blue C M Y K H S L
Decimal 244 189 219 0 0.23 0.10 0.04 327.27 0.71 0.85
Hex F4 BD DB 0 17 A 4 147 47 55
Octal 364 275 333 0 27 12 4 507 107 125
Binary 11110100 10111101 11011011 0 10111 1010 100 101000111 1000111 1010101

Color Harmonies of #F4BDDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F4BDDB

Black with #F4BDDB

Text Example


Text Example

White with #F4BDDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F4BDDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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