Html Css Color HEX #FBCBE8 Classic Rose

📋 copy color: '#FBCBE8'

red 251 ◦ green 203 ◦ blue 232

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

Shades of Classic Rose #FBCBE8

Tints of Classic Rose #FBCBE8

RGB

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

 GREEN value IS 203 (79.69% from 255) = 29.59%

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

R = 36.59%
G = 29.59%
B = 33.82%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.08

 K value IS 0.02

RGB Variations

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

Color information

#FBCBE8 (or 0xFBCBE8) is known color: Classic Rose. HEX triplet: FB, CB and E8. RGB value is (251,203,232). Sum of RGB (Red+Green+Blue) = 251+203+232=686 (90% of max value = 765). Red value is 251 (98.44% from 255 or 36.59% from 686); Green value is 203 (79.69% from 255 or 29.59% from 686); Blue value is 232 (91.02% from 255 or 33.82% from 686); Max value from RGB is 251 - color contains mainly: red. Hex color #FBCBE8 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FBCBE8 is #043417. Grayscale: #DCDCDC. Windows color (decimal): -275480 or 15256571. OLE color: 15256571.

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

Color convert

RGB 251 203 232 -
CMYK 0 0.19 0.08 0.02
HSL 323.75º 0.86% 0.89% -
HSV(B) 323.75º 0.19% 0.98% -
XYZ 75.71 69.05 85.68 -
YUV 220.66 134.4 149.64 -
System Red Green Blue C M Y K H S L
Decimal 251 203 232 0 0.19 0.08 0.02 323.75 0.86 0.89
Hex FB CB E8 0 13 8 2 144 56 59
Octal 373 313 350 0 23 10 2 504 126 131
Binary 11111011 11001011 11101000 0 10011 1000 10 101000100 1010110 1011001

Color Harmonies of #FBCBE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBCBE8

Black with #FBCBE8

Text Example


Text Example

White with #FBCBE8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBCBE8; }

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

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

background-color css

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

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

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

border-color css

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

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

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