Html Css Color HEX #F2B2CF Lavender Pink

📋 copy color: '#F2B2CF'

red 242 ◦ green 178 ◦ blue 207

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

Shades of Lavender Pink #F2B2CF

Tints of Lavender Pink #F2B2CF

RGB

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

 GREEN value IS 178 (69.92% from 255) = 28.39%

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

R = 38.6%
G = 28.39%
B = 33.01%

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

#F2B2CF (or 0xF2B2CF) is known color: Lavender Pink. HEX triplet: F2, B2 and CF. RGB value is (242,178,207). Sum of RGB (Red+Green+Blue) = 242+178+207=627 (83% of max value = 765). Red value is 242 (94.92% from 255 or 38.60% from 627); Green value is 178 (69.92% from 255 or 28.39% from 627); Blue value is 207 (81.25% from 255 or 33.01% from 627); Max value from RGB is 242 - color contains mainly: red. Hex color #F2B2CF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F2B2CF is #0D4D30. Grayscale: #C8C8C8. Windows color (decimal): -871729 or 13611762. OLE color: 13611762.

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

Color convert

RGB 242 178 207 -
CMYK 0 0.26 0.14 0.05
HSL 332.81º 0.71% 0.82% -
HSV(B) 332.81º 0.26% 0.95% -
XYZ 63.8 55.22 66.33 -
YUV 200.44 131.7 157.64 -
System Red Green Blue C M Y K H S L
Decimal 242 178 207 0 0.26 0.14 0.05 332.81 0.71 0.82
Hex F2 B2 CF 0 1A E 5 14D 47 52
Octal 362 262 317 0 32 16 5 515 107 122
Binary 11110010 10110010 11001111 0 11010 1110 101 101001101 1000111 1010010

Color Harmonies of #F2B2CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2B2CF

Black with #F2B2CF

Text Example


Text Example

White with #F2B2CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2B2CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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