Html Css Color HEX #F4BDE0 Classic Rose

📋 copy color: '#F4BDE0'

red 244 ◦ green 189 ◦ blue 224

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

Shades of Classic Rose #F4BDE0

Tints of Classic Rose #F4BDE0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 34.09%

R = 37.14%
G = 28.77%
B = 34.09%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.08

 K value IS 0.04

RGB Variations

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

Color information

#F4BDE0 (or 0xF4BDE0) is known color: Classic Rose. HEX triplet: F4, BD and E0. RGB value is (244,189,224). Sum of RGB (Red+Green+Blue) = 244+189+224=657 (87% of max value = 765). Red value is 244 (95.70% from 255 or 37.14% from 657); Green value is 189 (74.22% from 255 or 28.77% from 657); Blue value is 224 (87.89% from 255 or 34.09% from 657); Max value from RGB is 244 - color contains mainly: red. Hex color #F4BDE0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F4BDE0 is #0B421F. Grayscale: #D1D1D1. Windows color (decimal): -737824 or 14728692. OLE color: 14728692.

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

Color convert

RGB 244 189 224 -
CMYK 0 0.23 0.08 0.04
HSL 321.82º 0.71% 0.85% -
HSV(B) 321.82º 0.23% 0.96% -
XYZ 68.96 61.01 78.66 -
YUV 209.44 136.22 152.65 -
System Red Green Blue C M Y K H S L
Decimal 244 189 224 0 0.23 0.08 0.04 321.82 0.71 0.85
Hex F4 BD E0 0 17 8 4 142 47 55
Octal 364 275 340 0 27 10 4 502 107 125
Binary 11110100 10111101 11100000 0 10111 1000 100 101000010 1000111 1010101

Color Harmonies of #F4BDE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F4BDE0

Black with #F4BDE0

Text Example


Text Example

White with #F4BDE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F4BDE0; }

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

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

background-color css

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

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

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

border-color css

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

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

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