Html Css Color HEX #F4BFDC Classic Rose

📋 copy color: '#F4BFDC'

red 244 ◦ green 191 ◦ blue 220

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

Shades of Classic Rose #F4BFDC

Tints of Classic Rose #F4BFDC

RGB

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

 GREEN value IS 191 (75% from 255) = 29.16%

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

R = 37.25%
G = 29.16%
B = 33.59%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.10

 K value IS 0.04

RGB Variations

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

Color information

#F4BFDC (or 0xF4BFDC) is known color: Classic Rose. HEX triplet: F4, BF and DC. RGB value is (244,191,220). Sum of RGB (Red+Green+Blue) = 244+191+220=655 (86% of max value = 765). Red value is 244 (95.70% from 255 or 37.25% from 655); Green value is 191 (75% from 255 or 29.16% from 655); Blue value is 220 (86.33% from 255 or 33.59% from 655); Max value from RGB is 244 - color contains mainly: red. Hex color #F4BFDC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F4BFDC is #0B4023. Grayscale: #D2D2D2. Windows color (decimal): -737316 or 14467060. OLE color: 14467060.

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

Color convert

RGB 244 191 220 -
CMYK 0 0.22 0.10 0.04
HSL 327.17º 0.71% 0.85% -
HSV(B) 327.17º 0.22% 0.96% -
XYZ 68.86 61.66 75.98 -
YUV 210.15 133.56 152.14 -
System Red Green Blue C M Y K H S L
Decimal 244 191 220 0 0.22 0.10 0.04 327.17 0.71 0.85
Hex F4 BF DC 0 16 A 4 147 47 55
Octal 364 277 334 0 26 12 4 507 107 125
Binary 11110100 10111111 11011100 0 10110 1010 100 101000111 1000111 1010101

Color Harmonies of #F4BFDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F4BFDC

Black with #F4BFDC

Text Example


Text Example

White with #F4BFDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F4BFDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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