Html Css Color HEX #F2B6CF Lavender Pink

📋 copy color: '#F2B6CF'

red 242 ◦ green 182 ◦ blue 207

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

Shades of Lavender Pink #F2B6CF

Tints of Lavender Pink #F2B6CF

RGB

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

 GREEN value IS 182 (71.48% from 255) = 28.84%

 BLUE value IS 207 (81.25% from 255) = 32.81%

R = 38.35%
G = 28.84%
B = 32.81%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.14

 K value IS 0.05

RGB Variations

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

Color information

#F2B6CF (or 0xF2B6CF) is known color: Lavender Pink. HEX triplet: F2, B6 and CF. RGB value is (242,182,207). Sum of RGB (Red+Green+Blue) = 242+182+207=631 (83% of max value = 765). Red value is 242 (94.92% from 255 or 38.35% from 631); Green value is 182 (71.48% from 255 or 28.84% from 631); Blue value is 207 (81.25% from 255 or 32.81% from 631); Max value from RGB is 242 - color contains mainly: red. Hex color #F2B6CF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2B6CF is #0D4930. Grayscale: #CACACA. Windows color (decimal): -870705 or 13612786. OLE color: 13612786.

HSL color Cylindrical-coordinate representation of color #F2B6CF: hue angle of 335º degrees, saturation: 0.7, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #F2B6CF is Cyan = 0, Magento = 0.25, Yellow = 0.14 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 182 207 -
CMYK 0 0.25 0.14 0.05
HSL 335º 0.7% 0.83% -
HSV(B) 335º 0.25% 0.95% -
XYZ 64.61 56.84 66.6 -
YUV 202.79 130.38 155.97 -
System Red Green Blue C M Y K H S L
Decimal 242 182 207 0 0.25 0.14 0.05 335 0.7 0.83
Hex F2 B6 CF 0 19 E 5 14F 46 53
Octal 362 266 317 0 31 16 5 517 106 123
Binary 11110010 10110110 11001111 0 11001 1110 101 101001111 1000110 1010011

Color Harmonies of #F2B6CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2B6CF

Black with #F2B6CF

Text Example


Text Example

White with #F2B6CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2B6CF; }

 p { color: rgb(242,182,207); }

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

background-color css

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

 a { background-color: rgb(242,182,207); }

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

border-color css

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

 span { border-color: rgb(242,182,207); }

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