Html Css Color HEX #F4BDDC Classic Rose

📋 copy color: '#F4BDDC'

red 244 ◦ green 189 ◦ blue 220

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

Shades of Classic Rose #F4BDDC

Tints of Classic Rose #F4BDDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 33.69%

R = 37.37%
G = 28.94%
B = 33.69%

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

#F4BDDC (or 0xF4BDDC) is known color: Classic Rose. HEX triplet: F4, BD and DC. RGB value is (244,189,220). Sum of RGB (Red+Green+Blue) = 244+189+220=653 (86% of max value = 765). Red value is 244 (95.70% from 255 or 37.37% from 653); Green value is 189 (74.22% from 255 or 28.94% from 653); Blue value is 220 (86.33% from 255 or 33.69% from 653); Max value from RGB is 244 - color contains mainly: red. Hex color #F4BDDC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F4BDDC is #0B4223. Grayscale: #D0D0D0. Windows color (decimal): -737828 or 14466548. OLE color: 14466548.

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

Color convert

RGB 244 189 220 -
CMYK 0 0.23 0.10 0.04
HSL 326.18º 0.71% 0.85% -
HSV(B) 326.18º 0.23% 0.96% -
XYZ 68.42 60.8 75.84 -
YUV 208.98 134.22 152.98 -
System Red Green Blue C M Y K H S L
Decimal 244 189 220 0 0.23 0.10 0.04 326.18 0.71 0.85
Hex F4 BD DC 0 17 A 4 146 47 55
Octal 364 275 334 0 27 12 4 506 107 125
Binary 11110100 10111101 11011100 0 10111 1010 100 101000110 1000111 1010101

Color Harmonies of #F4BDDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F4BDDC

Black with #F4BDDC

Text Example


Text Example

White with #F4BDDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F4BDDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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