Html Css Color HEX #F3BFDF Classic Rose

📋 copy color: '#F3BFDF'

red 243 ◦ green 191 ◦ blue 223

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

Shades of Classic Rose #F3BFDF

Tints of Classic Rose #F3BFDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 33.94%

R = 36.99%
G = 29.07%
B = 33.94%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.08

 K value IS 0.05

RGB Variations

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

Color information

#F3BFDF (or 0xF3BFDF) is known color: Classic Rose. HEX triplet: F3, BF and DF. RGB value is (243,191,223). Sum of RGB (Red+Green+Blue) = 243+191+223=657 (87% of max value = 765). Red value is 243 (95.31% from 255 or 36.99% from 657); Green value is 191 (75% from 255 or 29.07% from 657); Blue value is 223 (87.5% from 255 or 33.94% from 657); Max value from RGB is 243 - color contains mainly: red. Hex color #F3BFDF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F3BFDF is #0C4020. Grayscale: #D2D2D2. Windows color (decimal): -802849 or 14663667. OLE color: 14663667.

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

Color convert

RGB 243 191 223 -
CMYK 0 0.21 0.08 0.05
HSL 323.08º 0.68% 0.85% -
HSV(B) 323.08º 0.21% 0.95% -
XYZ 68.91 61.64 78.08 -
YUV 210.2 135.23 151.4 -
System Red Green Blue C M Y K H S L
Decimal 243 191 223 0 0.21 0.08 0.05 323.08 0.68 0.85
Hex F3 BF DF 0 15 8 5 143 44 55
Octal 363 277 337 0 25 10 5 503 104 125
Binary 11110011 10111111 11011111 0 10101 1000 101 101000011 1000100 1010101

Color Harmonies of #F3BFDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F3BFDF

Black with #F3BFDF

Text Example


Text Example

White with #F3BFDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F3BFDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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