Html Css Color HEX #F2B7D0 Lavender Pink

📋 copy color: '#F2B7D0'

red 242 ◦ green 183 ◦ blue 208

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

Shades of Lavender Pink #F2B7D0

Tints of Lavender Pink #F2B7D0

RGB

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

 GREEN value IS 183 (71.88% from 255) = 28.91%

 BLUE value IS 208 (81.64% from 255) = 32.86%

R = 38.23%
G = 28.91%
B = 32.86%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.14

 K value IS 0.05

RGB Variations

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

Color information

#F2B7D0 (or 0xF2B7D0) is known color: Lavender Pink. HEX triplet: F2, B7 and D0. RGB value is (242,183,208). Sum of RGB (Red+Green+Blue) = 242+183+208=633 (83% of max value = 765). Red value is 242 (94.92% from 255 or 38.23% from 633); Green value is 183 (71.88% from 255 or 28.91% from 633); Blue value is 208 (81.64% from 255 or 32.86% from 633); Max value from RGB is 242 - color contains mainly: red. Hex color #F2B7D0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2B7D0 is #0D482F. Grayscale: #CBCBCB. Windows color (decimal): -870448 or 13678578. OLE color: 13678578.

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

Color convert

RGB 242 183 208 -
CMYK 0 0.24 0.14 0.05
HSL 334.58º 0.69% 0.83% -
HSV(B) 334.58º 0.24% 0.95% -
XYZ 64.94 57.3 67.31 -
YUV 203.49 130.55 155.47 -
System Red Green Blue C M Y K H S L
Decimal 242 183 208 0 0.24 0.14 0.05 334.58 0.69 0.83
Hex F2 B7 D0 0 18 E 5 14F 45 53
Octal 362 267 320 0 30 16 5 517 105 123
Binary 11110010 10110111 11010000 0 11000 1110 101 101001111 1000101 1010011

Color Harmonies of #F2B7D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2B7D0

Black with #F2B7D0

Text Example


Text Example

White with #F2B7D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2B7D0; }

 p { color: rgb(242,183,208); }

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

background-color css

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

 a { background-color: rgb(242,183,208); }

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

border-color css

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

 span { border-color: rgb(242,183,208); }

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