Html Css Color HEX #F4BCD9 Classic Rose

📋 copy color: '#F4BCD9'

red 244 ◦ green 188 ◦ blue 217

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

Shades of Classic Rose #F4BCD9

Tints of Classic Rose #F4BCD9

RGB

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

 GREEN value IS 188 (73.83% from 255) = 28.97%

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

R = 37.6%
G = 28.97%
B = 33.44%

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

#F4BCD9 (or 0xF4BCD9) is known color: Classic Rose. HEX triplet: F4, BC and D9. RGB value is (244,188,217). Sum of RGB (Red+Green+Blue) = 244+188+217=649 (85% of max value = 765). Red value is 244 (95.70% from 255 or 37.60% from 649); Green value is 188 (73.83% from 255 or 28.97% from 649); Blue value is 217 (85.16% from 255 or 33.44% from 649); Max value from RGB is 244 - color contains mainly: red. Hex color #F4BCD9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F4BCD9 is #0B4326. Grayscale: #CFCFCF. Windows color (decimal): -738087 or 14269684. OLE color: 14269684.

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

Color convert

RGB 244 188 217 -
CMYK 0 0.23 0.11 0.04
HSL 328.93º 0.72% 0.85% -
HSV(B) 328.93º 0.23% 0.96% -
XYZ 67.82 60.21 73.69 -
YUV 208.05 133.05 153.64 -
System Red Green Blue C M Y K H S L
Decimal 244 188 217 0 0.23 0.11 0.04 328.93 0.72 0.85
Hex F4 BC D9 0 17 B 4 149 48 55
Octal 364 274 331 0 27 13 4 511 110 125
Binary 11110100 10111100 11011001 0 10111 1011 100 101001001 1001000 1010101

Color Harmonies of #F4BCD9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F4BCD9

Black with #F4BCD9

Text Example


Text Example

White with #F4BCD9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F4BCD9; }

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

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

background-color css

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

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

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

border-color css

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

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

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