Html Css Color HEX #F3BFDC Classic Rose

📋 copy color: '#F3BFDC'

red 243 ◦ green 191 ◦ blue 220

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

Shades of Classic Rose #F3BFDC

Tints of Classic Rose #F3BFDC

RGB

 RED value IS 243 (95.31% from 255) = 37.16%

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

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

R = 37.16%
G = 29.2%
B = 33.64%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.09

 K value IS 0.05

RGB Variations

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

Color information

#F3BFDC (or 0xF3BFDC) is known color: Classic Rose. HEX triplet: F3, BF and DC. RGB value is (243,191,220). Sum of RGB (Red+Green+Blue) = 243+191+220=654 (86% of max value = 765). Red value is 243 (95.31% from 255 or 37.16% from 654); Green value is 191 (75% from 255 or 29.20% from 654); Blue value is 220 (86.33% from 255 or 33.64% from 654); Max value from RGB is 243 - color contains mainly: red. Hex color #F3BFDC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F3BFDC is #0C4023. Grayscale: #D1D1D1. Windows color (decimal): -802852 or 14467059. OLE color: 14467059.

HSL color Cylindrical-coordinate representation of color #F3BFDC: hue angle of 326.54º degrees, saturation: 0.68, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #F3BFDC is Cyan = 0, Magento = 0.21, Yellow = 0.09 and Black (K on CMYK) = 0.05.

Color convert

RGB 243 191 220 -
CMYK 0 0.21 0.09 0.05
HSL 326.54º 0.68% 0.85% -
HSV(B) 326.54º 0.21% 0.95% -
XYZ 68.51 61.48 75.97 -
YUV 209.85 133.73 151.64 -
System Red Green Blue C M Y K H S L
Decimal 243 191 220 0 0.21 0.09 0.05 326.54 0.68 0.85
Hex F3 BF DC 0 15 9 5 147 44 55
Octal 363 277 334 0 25 11 5 507 104 125
Binary 11110011 10111111 11011100 0 10101 1001 101 101000111 1000100 1010101

Color Harmonies of #F3BFDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F3BFDC

Black with #F3BFDC

Text Example


Text Example

White with #F3BFDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F3BFDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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