Html Css Color HEX #F0B2CD Lavender Pink

📋 copy color: '#F0B2CD'

red 240 ◦ green 178 ◦ blue 205

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

Shades of Lavender Pink #F0B2CD

Tints of Lavender Pink #F0B2CD

RGB

 RED value IS 240 (94.14% from 255) = 38.52%

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

 BLUE value IS 205 (80.47% from 255) = 32.91%

R = 38.52%
G = 28.57%
B = 32.91%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.15

 K value IS 0.06

RGB Variations

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

Color information

#F0B2CD (or 0xF0B2CD) is known color: Lavender Pink. HEX triplet: F0, B2 and CD. RGB value is (240,178,205). Sum of RGB (Red+Green+Blue) = 240+178+205=623 (82% of max value = 765). Red value is 240 (94.14% from 255 or 38.52% from 623); Green value is 178 (69.92% from 255 or 28.57% from 623); Blue value is 205 (80.47% from 255 or 32.91% from 623); Max value from RGB is 240 - color contains mainly: red. Hex color #F0B2CD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F0B2CD is #0F4D32. Grayscale: #C7C7C7. Windows color (decimal): -1002803 or 13480688. OLE color: 13480688.

HSL color Cylindrical-coordinate representation of color #F0B2CD: hue angle of 333.87º degrees, saturation: 0.67, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #F0B2CD is Cyan = 0, Magento = 0.26, Yellow = 0.15 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 178 205 -
CMYK 0 0.26 0.15 0.06
HSL 333.87º 0.67% 0.82% -
HSV(B) 333.87º 0.26% 0.94% -
XYZ 62.88 54.77 65.02 -
YUV 199.62 131.04 156.8 -
System Red Green Blue C M Y K H S L
Decimal 240 178 205 0 0.26 0.15 0.06 333.87 0.67 0.82
Hex F0 B2 CD 0 1A F 6 14E 43 52
Octal 360 262 315 0 32 17 6 516 103 122
Binary 11110000 10110010 11001101 0 11010 1111 110 101001110 1000011 1010010

Color Harmonies of #F0B2CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0B2CD

Black with #F0B2CD

Text Example


Text Example

White with #F0B2CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0B2CD; }

 p { color: rgb(240,178,205); }

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

background-color css

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

 a { background-color: rgb(240,178,205); }

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

border-color css

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

 span { border-color: rgb(240,178,205); }

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