Html Css Color HEX #F4BED6 Classic Rose

📋 copy color: '#F4BED6'

red 244 ◦ green 190 ◦ blue 214

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

Shades of Classic Rose #F4BED6

Tints of Classic Rose #F4BED6

RGB

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

 GREEN value IS 190 (74.61% from 255) = 29.32%

 BLUE value IS 214 (83.98% from 255) = 33.02%

R = 37.65%
G = 29.32%
B = 33.02%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.12

 K value IS 0.04

RGB Variations

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

Color information

#F4BED6 (or 0xF4BED6) is known color: Classic Rose. HEX triplet: F4, BE and D6. RGB value is (244,190,214). Sum of RGB (Red+Green+Blue) = 244+190+214=648 (85% of max value = 765). Red value is 244 (95.70% from 255 or 37.65% from 648); Green value is 190 (74.61% from 255 or 29.32% from 648); Blue value is 214 (83.98% from 255 or 33.02% from 648); Max value from RGB is 244 - color contains mainly: red. Hex color #F4BED6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F4BED6 is #0B4129. Grayscale: #D0D0D0. Windows color (decimal): -737578 or 14073588. OLE color: 14073588.

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

Color convert

RGB 244 190 214 -
CMYK 0 0.22 0.12 0.04
HSL 333.33º 0.71% 0.85% -
HSV(B) 333.33º 0.22% 0.96% -
XYZ 67.86 60.92 71.8 -
YUV 208.88 130.89 153.05 -
System Red Green Blue C M Y K H S L
Decimal 244 190 214 0 0.22 0.12 0.04 333.33 0.71 0.85
Hex F4 BE D6 0 16 C 4 14D 47 55
Octal 364 276 326 0 26 14 4 515 107 125
Binary 11110100 10111110 11010110 0 10110 1100 100 101001101 1000111 1010101

Color Harmonies of #F4BED6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F4BED6

Black with #F4BED6

Text Example


Text Example

White with #F4BED6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F4BED6; }

 p { color: rgb(244,190,214); }

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

background-color css

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

 a { background-color: rgb(244,190,214); }

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

border-color css

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

 span { border-color: rgb(244,190,214); }

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