Html Css Color HEX #F9BCED Lavender Rose

📋 copy color: '#F9BCED'

red 249 ◦ green 188 ◦ blue 237

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

Shades of Lavender Rose #F9BCED

Tints of Lavender Rose #F9BCED

RGB

 RED value IS 249 (97.66% from 255) = 36.94%

 GREEN value IS 188 (73.83% from 255) = 27.89%

 BLUE value IS 237 (92.97% from 255) = 35.16%

R = 36.94%
G = 27.89%
B = 35.16%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.05

 K value IS 0.02

RGB Variations

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

Color information

#F9BCED (or 0xF9BCED) is known color: Lavender Rose. HEX triplet: F9, BC and ED. RGB value is (249,188,237). Sum of RGB (Red+Green+Blue) = 249+188+237=674 (89% of max value = 765). Red value is 249 (97.66% from 255 or 36.94% from 674); Green value is 188 (73.83% from 255 or 27.89% from 674); Blue value is 237 (92.97% from 255 or 35.16% from 674); Max value from RGB is 249 - color contains mainly: red. Hex color #F9BCED is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F9BCED is #064312. Grayscale: #D3D3D3. Windows color (decimal): -410387 or 15580409. OLE color: 15580409.

HSL color Cylindrical-coordinate representation of color #F9BCED: hue angle of 311.8º degrees, saturation: 0.84, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #F9BCED is Cyan = 0, Magento = 0.24, Yellow = 0.05 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 188 237 -
CMYK 0 0.24 0.05 0.02
HSL 311.8º 0.84% 0.86% -
HSV(B) 311.8º 0.24% 0.98% -
XYZ 72.34 62.22 88.32 -
YUV 211.83 142.21 154.52 -
System Red Green Blue C M Y K H S L
Decimal 249 188 237 0 0.24 0.05 0.02 311.8 0.84 0.86
Hex F9 BC ED 0 18 5 2 138 54 56
Octal 371 274 355 0 30 5 2 470 124 126
Binary 11111001 10111100 11101101 0 11000 101 10 100111000 1010100 1010110

Color Harmonies of #F9BCED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9BCED

Black with #F9BCED

Text Example


Text Example

White with #F9BCED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9BCED; }

 p { color: rgb(249,188,237); }

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

background-color css

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

 a { background-color: rgb(249,188,237); }

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

border-color css

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

 span { border-color: rgb(249,188,237); }

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