Html Css Color HEX #FBCBEC Classic Rose

📋 copy color: '#FBCBEC'

red 251 ◦ green 203 ◦ blue 236

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

Shades of Classic Rose #FBCBEC

Tints of Classic Rose #FBCBEC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 34.2%

R = 36.38%
G = 29.42%
B = 34.2%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.06

 K value IS 0.02

RGB Variations

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

Color information

#FBCBEC (or 0xFBCBEC) is known color: Classic Rose. HEX triplet: FB, CB and EC. RGB value is (251,203,236). Sum of RGB (Red+Green+Blue) = 251+203+236=690 (91% of max value = 765). Red value is 251 (98.44% from 255 or 36.38% from 690); Green value is 203 (79.69% from 255 or 29.42% from 690); Blue value is 236 (92.58% from 255 or 34.20% from 690); Max value from RGB is 251 - color contains mainly: red. Hex color #FBCBEC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FBCBEC is #043413. Grayscale: #DDDDDD. Windows color (decimal): -275476 or 15518715. OLE color: 15518715.

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

Color convert

RGB 251 203 236 -
CMYK 0 0.19 0.06 0.02
HSL 318.75º 0.86% 0.89% -
HSV(B) 318.75º 0.19% 0.98% -
XYZ 76.28 69.28 88.71 -
YUV 221.11 136.4 149.32 -
System Red Green Blue C M Y K H S L
Decimal 251 203 236 0 0.19 0.06 0.02 318.75 0.86 0.89
Hex FB CB EC 0 13 6 2 13F 56 59
Octal 373 313 354 0 23 6 2 477 126 131
Binary 11111011 11001011 11101100 0 10011 110 10 100111111 1010110 1011001

Color Harmonies of #FBCBEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBCBEC

Black with #FBCBEC

Text Example


Text Example

White with #FBCBEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBCBEC; }

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

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

background-color css

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

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

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

border-color css

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

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

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