Html Css Color HEX #FF9BEC Lavender Rose

📋 copy color: '#FF9BEC'

red 255 ◦ green 155 ◦ blue 236

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

Shades of Lavender Rose #FF9BEC

Tints of Lavender Rose #FF9BEC

RGB

 RED value IS 255 (100% from 255) = 39.47%

 GREEN value IS 155 (60.94% from 255) = 23.99%

 BLUE value IS 236 (92.58% from 255) = 36.53%

R = 39.47%
G = 23.99%
B = 36.53%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.07

 K value IS 0

RGB Variations

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

Color information

#FF9BEC (or 0xFF9BEC) is known color: Lavender Rose. HEX triplet: FF, 9B and EC. RGB value is (255,155,236). Sum of RGB (Red+Green+Blue) = 255+155+236=646 (85% of max value = 765). Red value is 255 (100% from 255 or 39.47% from 646); Green value is 155 (60.94% from 255 or 23.99% from 646); Blue value is 236 (92.58% from 255 or 36.53% from 646); Max value from RGB is 255 - color contains mainly: red. Hex color #FF9BEC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FF9BEC is #006413. Grayscale: #C1C1C1. Windows color (decimal): -25620 or 15506431. OLE color: 15506431.

HSL color Cylindrical-coordinate representation of color #FF9BEC: hue angle of 311.4º degrees, saturation: 1, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #FF9BEC is Cyan = 0, Magento = 0.39, Yellow = 0.07 and Black (K on CMYK) = 0.

Color convert

RGB 255 155 236 -
CMYK 0 0.39 0.07 0
HSL 311.4º 1% 0.8% -
HSV(B) 311.4º 0.39% 1% -
XYZ 68.1 50.76 85.56 -
YUV 194.13 151.63 171.41 -
System Red Green Blue C M Y K H S L
Decimal 255 155 236 0 0.39 0.07 0 311.4 1 0.8
Hex FF 9B EC 0 27 7 0 137 64 50
Octal 377 233 354 0 47 7 0 467 144 120
Binary 11111111 10011011 11101100 0 100111 111 0 100110111 1100100 1010000

Color Harmonies of #FF9BEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF9BEC

Black with #FF9BEC

Text Example


Text Example

White with #FF9BEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF9BEC; }

 p { color: rgb(255,155,236); }

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

background-color css

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

 a { background-color: rgb(255,155,236); }

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

border-color css

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

 span { border-color: rgb(255,155,236); }

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