Html Css Color HEX #FBCBE2 Classic Rose

📋 copy color: '#FBCBE2'

red 251 ◦ green 203 ◦ blue 226

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

Shades of Classic Rose #FBCBE2

Tints of Classic Rose #FBCBE2

RGB

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

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

 BLUE value IS 226 (88.67% from 255) = 33.24%

R = 36.91%
G = 29.85%
B = 33.24%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.10

 K value IS 0.02

RGB Variations

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

Color information

#FBCBE2 (or 0xFBCBE2) is known color: Classic Rose. HEX triplet: FB, CB and E2. RGB value is (251,203,226). Sum of RGB (Red+Green+Blue) = 251+203+226=680 (90% of max value = 765). Red value is 251 (98.44% from 255 or 36.91% from 680); Green value is 203 (79.69% from 255 or 29.85% from 680); Blue value is 226 (88.67% from 255 or 33.24% from 680); Max value from RGB is 251 - color contains mainly: red. Hex color #FBCBE2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBCBE2 is #04341D. Grayscale: #DBDBDB. Windows color (decimal): -275486 or 14863355. OLE color: 14863355.

HSL color Cylindrical-coordinate representation of color #FBCBE2: hue angle of 331.25º 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 #FBCBE2 is Cyan = 0, Magento = 0.19, Yellow = 0.10 and Black (K on CMYK) = 0.02.

Color convert

RGB 251 203 226 -
CMYK 0 0.19 0.10 0.02
HSL 331.25º 0.86% 0.89% -
HSV(B) 331.25º 0.19% 0.98% -
XYZ 74.87 68.71 81.27 -
YUV 219.97 131.4 150.13 -
System Red Green Blue C M Y K H S L
Decimal 251 203 226 0 0.19 0.10 0.02 331.25 0.86 0.89
Hex FB CB E2 0 13 A 2 14B 56 59
Octal 373 313 342 0 23 12 2 513 126 131
Binary 11111011 11001011 11100010 0 10011 1010 10 101001011 1010110 1011001

Color Harmonies of #FBCBE2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBCBE2

Black with #FBCBE2

Text Example


Text Example

White with #FBCBE2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBCBE2; }

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

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

background-color css

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

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

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

border-color css

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

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

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