Html Css Color HEX #FBCBE7 Classic Rose

📋 copy color: '#FBCBE7'

red 251 ◦ green 203 ◦ blue 231

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

Shades of Classic Rose #FBCBE7

Tints of Classic Rose #FBCBE7

RGB

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

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

 BLUE value IS 231 (90.63% from 255) = 33.72%

R = 36.64%
G = 29.64%
B = 33.72%

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

#FBCBE7 (or 0xFBCBE7) is known color: Classic Rose. HEX triplet: FB, CB and E7. RGB value is (251,203,231). Sum of RGB (Red+Green+Blue) = 251+203+231=685 (90% of max value = 765). Red value is 251 (98.44% from 255 or 36.64% from 685); Green value is 203 (79.69% from 255 or 29.64% from 685); Blue value is 231 (90.62% from 255 or 33.72% from 685); Max value from RGB is 251 - color contains mainly: red. Hex color #FBCBE7 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FBCBE7 is #043418. Grayscale: #DCDCDC. Windows color (decimal): -275481 or 15191035. OLE color: 15191035.

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

Color convert

RGB 251 203 231 -
CMYK 0 0.19 0.08 0.02
HSL 325º 0.86% 0.89% -
HSV(B) 325º 0.19% 0.98% -
XYZ 75.56 68.99 84.94 -
YUV 220.54 133.9 149.72 -
System Red Green Blue C M Y K H S L
Decimal 251 203 231 0 0.19 0.08 0.02 325 0.86 0.89
Hex FB CB E7 0 13 8 2 145 56 59
Octal 373 313 347 0 23 10 2 505 126 131
Binary 11111011 11001011 11100111 0 10011 1000 10 101000101 1010110 1011001

Color Harmonies of #FBCBE7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBCBE7

Black with #FBCBE7

Text Example


Text Example

White with #FBCBE7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBCBE7; }

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

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

background-color css

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

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

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

border-color css

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

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

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