Html Css Color HEX #F4BDD9 Classic Rose

📋 copy color: '#F4BDD9'

red 244 ◦ green 189 ◦ blue 217

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

Shades of Classic Rose #F4BDD9

Tints of Classic Rose #F4BDD9

RGB

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

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

 BLUE value IS 217 (85.16% from 255) = 33.38%

R = 37.54%
G = 29.08%
B = 33.38%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.11

 K value IS 0.04

RGB Variations

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

Color information

#F4BDD9 (or 0xF4BDD9) is known color: Classic Rose. HEX triplet: F4, BD and D9. RGB value is (244,189,217). Sum of RGB (Red+Green+Blue) = 244+189+217=650 (86% of max value = 765). Red value is 244 (95.70% from 255 or 37.54% from 650); Green value is 189 (74.22% from 255 or 29.08% from 650); Blue value is 217 (85.16% from 255 or 33.38% from 650); Max value from RGB is 244 - color contains mainly: red. Hex color #F4BDD9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F4BDD9 is #0B4226. Grayscale: #D0D0D0. Windows color (decimal): -737831 or 14269940. OLE color: 14269940.

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

Color convert

RGB 244 189 217 -
CMYK 0 0.23 0.11 0.04
HSL 329.45º 0.71% 0.85% -
HSV(B) 329.45º 0.23% 0.96% -
XYZ 68.03 60.64 73.76 -
YUV 208.64 132.72 153.22 -
System Red Green Blue C M Y K H S L
Decimal 244 189 217 0 0.23 0.11 0.04 329.45 0.71 0.85
Hex F4 BD D9 0 17 B 4 149 47 55
Octal 364 275 331 0 27 13 4 511 107 125
Binary 11110100 10111101 11011001 0 10111 1011 100 101001001 1000111 1010101

Color Harmonies of #F4BDD9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F4BDD9

Black with #F4BDD9

Text Example


Text Example

White with #F4BDD9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F4BDD9; }

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

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

background-color css

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

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

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

border-color css

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

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

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