Html Css Color HEX #F2BFDF Classic Rose

📋 copy color: '#F2BFDF'

red 242 ◦ green 191 ◦ blue 223

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

Shades of Classic Rose #F2BFDF

Tints of Classic Rose #F2BFDF

RGB

 RED value IS 242 (94.92% from 255) = 36.89%

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

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

R = 36.89%
G = 29.12%
B = 33.99%

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

#F2BFDF (or 0xF2BFDF) is known color: Classic Rose. HEX triplet: F2, BF and DF. RGB value is (242,191,223). Sum of RGB (Red+Green+Blue) = 242+191+223=656 (86% of max value = 765). Red value is 242 (94.92% from 255 or 36.89% from 656); Green value is 191 (75% from 255 or 29.12% from 656); Blue value is 223 (87.5% from 255 or 33.99% from 656); Max value from RGB is 242 - color contains mainly: red. Hex color #F2BFDF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2BFDF is #0D4020. Grayscale: #D1D1D1. Windows color (decimal): -868385 or 14663666. OLE color: 14663666.

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

Color convert

RGB 242 191 223 -
CMYK 0 0.21 0.08 0.05
HSL 322.35º 0.66% 0.85% -
HSV(B) 322.35º 0.21% 0.95% -
XYZ 68.57 61.47 78.06 -
YUV 209.9 135.4 150.9 -
System Red Green Blue C M Y K H S L
Decimal 242 191 223 0 0.21 0.08 0.05 322.35 0.66 0.85
Hex F2 BF DF 0 15 8 5 142 42 55
Octal 362 277 337 0 25 10 5 502 102 125
Binary 11110010 10111111 11011111 0 10101 1000 101 101000010 1000010 1010101

Color Harmonies of #F2BFDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2BFDF

Black with #F2BFDF

Text Example


Text Example

White with #F2BFDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2BFDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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