Html Css Color HEX #FBBDE8 Classic Rose

📋 copy color: '#FBBDE8'

red 251 ◦ green 189 ◦ blue 232

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

Shades of Classic Rose #FBBDE8

Tints of Classic Rose #FBBDE8

RGB

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

 GREEN value IS 189 (74.22% from 255) = 28.13%

 BLUE value IS 232 (91.02% from 255) = 34.52%

R = 37.35%
G = 28.13%
B = 34.52%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.08

 K value IS 0.02

RGB Variations

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

Color information

#FBBDE8 (or 0xFBBDE8) is known color: Classic Rose. HEX triplet: FB, BD and E8. RGB value is (251,189,232). Sum of RGB (Red+Green+Blue) = 251+189+232=672 (89% of max value = 765). Red value is 251 (98.44% from 255 or 37.35% from 672); Green value is 189 (74.22% from 255 or 28.12% from 672); Blue value is 232 (91.02% from 255 or 34.52% from 672); Max value from RGB is 251 - color contains mainly: red. Hex color #FBBDE8 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FBBDE8 is #044217. Grayscale: #D4D4D4. Windows color (decimal): -279064 or 15252987. OLE color: 15252987.

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

Color convert

RGB 251 189 232 -
CMYK 0 0.25 0.08 0.02
HSL 318.39º 0.89% 0.86% -
HSV(B) 318.39º 0.25% 0.98% -
XYZ 72.55 62.73 84.63 -
YUV 212.44 139.04 155.5 -
System Red Green Blue C M Y K H S L
Decimal 251 189 232 0 0.25 0.08 0.02 318.39 0.89 0.86
Hex FB BD E8 0 19 8 2 13E 59 56
Octal 373 275 350 0 31 10 2 476 131 126
Binary 11111011 10111101 11101000 0 11001 1000 10 100111110 1011001 1010110

Color Harmonies of #FBBDE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBBDE8

Black with #FBBDE8

Text Example


Text Example

White with #FBBDE8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBBDE8; }

 p { color: rgb(251,189,232); }

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

background-color css

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

 a { background-color: rgb(251,189,232); }

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

border-color css

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

 span { border-color: rgb(251,189,232); }

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