Html Css Color HEX #FBBEDE Classic Rose

📋 copy color: '#FBBEDE'

red 251 ◦ green 190 ◦ blue 222

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

Shades of Classic Rose #FBBEDE

Tints of Classic Rose #FBBEDE

RGB

 RED value IS 251 (98.44% from 255) = 37.86%

 GREEN value IS 190 (74.61% from 255) = 28.66%

 BLUE value IS 222 (87.11% from 255) = 33.48%

R = 37.86%
G = 28.66%
B = 33.48%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.12

 K value IS 0.02

RGB Variations

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

Color information

#FBBEDE (or 0xFBBEDE) is known color: Classic Rose. HEX triplet: FB, BE and DE. RGB value is (251,190,222). Sum of RGB (Red+Green+Blue) = 251+190+222=663 (87% of max value = 765). Red value is 251 (98.44% from 255 or 37.86% from 663); Green value is 190 (74.61% from 255 or 28.66% from 663); Blue value is 222 (87.11% from 255 or 33.48% from 663); Max value from RGB is 251 - color contains mainly: red. Hex color #FBBEDE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBBEDE is #044121. Grayscale: #D3D3D3. Windows color (decimal): -278818 or 14597883. OLE color: 14597883.

HSL color Cylindrical-coordinate representation of color #FBBEDE: hue angle of 328.52º degrees, saturation: 0.88, 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 #FBBEDE is Cyan = 0, Magento = 0.24, Yellow = 0.12 and Black (K on CMYK) = 0.02.

Color convert

RGB 251 190 222 -
CMYK 0 0.24 0.12 0.02
HSL 328.52º 0.88% 0.86% -
HSV(B) 328.52º 0.24% 0.98% -
XYZ 71.38 62.61 77.43 -
YUV 211.89 133.71 155.9 -
System Red Green Blue C M Y K H S L
Decimal 251 190 222 0 0.24 0.12 0.02 328.52 0.88 0.86
Hex FB BE DE 0 18 C 2 149 58 56
Octal 373 276 336 0 30 14 2 511 130 126
Binary 11111011 10111110 11011110 0 11000 1100 10 101001001 1011000 1010110

Color Harmonies of #FBBEDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBBEDE

Black with #FBBEDE

Text Example


Text Example

White with #FBBEDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBBEDE; }

 p { color: rgb(251,190,222); }

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

background-color css

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

 a { background-color: rgb(251,190,222); }

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

border-color css

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

 span { border-color: rgb(251,190,222); }

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