Html Css Color HEX #FBCBE3 Classic Rose

📋 copy color: '#FBCBE3'

red 251 ◦ green 203 ◦ blue 227

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

Shades of Classic Rose #FBCBE3

Tints of Classic Rose #FBCBE3

RGB

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

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

 BLUE value IS 227 (89.06% from 255) = 33.33%

R = 36.86%
G = 29.81%
B = 33.33%

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

#FBCBE3 (or 0xFBCBE3) is known color: Classic Rose. HEX triplet: FB, CB and E3. RGB value is (251,203,227). Sum of RGB (Red+Green+Blue) = 251+203+227=681 (90% of max value = 765). Red value is 251 (98.44% from 255 or 36.86% from 681); Green value is 203 (79.69% from 255 or 29.81% from 681); Blue value is 227 (89.06% from 255 or 33.33% from 681); Max value from RGB is 251 - color contains mainly: red. Hex color #FBCBE3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBCBE3 is #04341C. Grayscale: #DCDCDC. Windows color (decimal): -275485 or 14928891. OLE color: 14928891.

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

Color convert

RGB 251 203 227 -
CMYK 0 0.19 0.10 0.02
HSL 330º 0.86% 0.89% -
HSV(B) 330º 0.19% 0.98% -
XYZ 75 68.77 81.99 -
YUV 220.09 131.9 150.05 -
System Red Green Blue C M Y K H S L
Decimal 251 203 227 0 0.19 0.10 0.02 330 0.86 0.89
Hex FB CB E3 0 13 A 2 14A 56 59
Octal 373 313 343 0 23 12 2 512 126 131
Binary 11111011 11001011 11100011 0 10011 1010 10 101001010 1010110 1011001

Color Harmonies of #FBCBE3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBCBE3

Black with #FBCBE3

Text Example


Text Example

White with #FBCBE3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBCBE3; }

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

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

background-color css

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

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

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

border-color css

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

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

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