Html Css Color HEX #F2BFDA Classic Rose

📋 copy color: '#F2BFDA'

red 242 ◦ green 191 ◦ blue 218

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

Shades of Classic Rose #F2BFDA

Tints of Classic Rose #F2BFDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 33.49%

R = 37.17%
G = 29.34%
B = 33.49%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.10

 K value IS 0.05

RGB Variations

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

Color information

#F2BFDA (or 0xF2BFDA) is known color: Classic Rose. HEX triplet: F2, BF and DA. RGB value is (242,191,218). Sum of RGB (Red+Green+Blue) = 242+191+218=651 (86% of max value = 765). Red value is 242 (94.92% from 255 or 37.17% from 651); Green value is 191 (75% from 255 or 29.34% from 651); Blue value is 218 (85.55% from 255 or 33.49% from 651); Max value from RGB is 242 - color contains mainly: red. Hex color #F2BFDA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2BFDA is #0D4025. Grayscale: #D1D1D1. Windows color (decimal): -868390 or 14335986. OLE color: 14335986.

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

Color convert

RGB 242 191 218 -
CMYK 0 0.21 0.10 0.05
HSL 328.24º 0.66% 0.85% -
HSV(B) 328.24º 0.21% 0.95% -
XYZ 67.9 61.2 74.56 -
YUV 209.33 132.9 151.3 -
System Red Green Blue C M Y K H S L
Decimal 242 191 218 0 0.21 0.10 0.05 328.24 0.66 0.85
Hex F2 BF DA 0 15 A 5 148 42 55
Octal 362 277 332 0 25 12 5 510 102 125
Binary 11110010 10111111 11011010 0 10101 1010 101 101001000 1000010 1010101

Color Harmonies of #F2BFDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2BFDA

Black with #F2BFDA

Text Example


Text Example

White with #F2BFDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2BFDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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