Html Css Color HEX #F2B3CF Lavender Pink

📋 copy color: '#F2B3CF'

red 242 ◦ green 179 ◦ blue 207

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

Shades of Lavender Pink #F2B3CF

Tints of Lavender Pink #F2B3CF

RGB

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

 GREEN value IS 179 (70.31% from 255) = 28.5%

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

R = 38.54%
G = 28.5%
B = 32.96%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.14

 K value IS 0.05

RGB Variations

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

Color information

#F2B3CF (or 0xF2B3CF) is known color: Lavender Pink. HEX triplet: F2, B3 and CF. RGB value is (242,179,207). Sum of RGB (Red+Green+Blue) = 242+179+207=628 (83% of max value = 765). Red value is 242 (94.92% from 255 or 38.54% from 628); Green value is 179 (70.31% from 255 or 28.50% from 628); Blue value is 207 (81.25% from 255 or 32.96% from 628); Max value from RGB is 242 - color contains mainly: red. Hex color #F2B3CF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2B3CF is #0D4C30. Grayscale: #C8C8C8. Windows color (decimal): -871473 or 13612018. OLE color: 13612018.

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

Color convert

RGB 242 179 207 -
CMYK 0 0.26 0.14 0.05
HSL 333.33º 0.71% 0.83% -
HSV(B) 333.33º 0.26% 0.95% -
XYZ 64 55.62 66.39 -
YUV 201.03 131.37 157.22 -
System Red Green Blue C M Y K H S L
Decimal 242 179 207 0 0.26 0.14 0.05 333.33 0.71 0.83
Hex F2 B3 CF 0 1A E 5 14D 47 53
Octal 362 263 317 0 32 16 5 515 107 123
Binary 11110010 10110011 11001111 0 11010 1110 101 101001101 1000111 1010011

Color Harmonies of #F2B3CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2B3CF

Black with #F2B3CF

Text Example


Text Example

White with #F2B3CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2B3CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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