Html Css Color HEX #FBCBED Classic Rose

📋 copy color: '#FBCBED'

red 251 ◦ green 203 ◦ blue 237

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

Shades of Classic Rose #FBCBED

Tints of Classic Rose #FBCBED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 34.3%

R = 36.32%
G = 29.38%
B = 34.3%

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

#FBCBED (or 0xFBCBED) is known color: Classic Rose. HEX triplet: FB, CB and ED. RGB value is (251,203,237). Sum of RGB (Red+Green+Blue) = 251+203+237=691 (91% of max value = 765). Red value is 251 (98.44% from 255 or 36.32% from 691); Green value is 203 (79.69% from 255 or 29.38% from 691); Blue value is 237 (92.97% from 255 or 34.30% from 691); Max value from RGB is 251 - color contains mainly: red. Hex color #FBCBED is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FBCBED is #043412. Grayscale: #DDDDDD. Windows color (decimal): -275475 or 15584251. OLE color: 15584251.

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

Color convert

RGB 251 203 237 -
CMYK 0 0.19 0.06 0.02
HSL 317.5º 0.86% 0.89% -
HSV(B) 317.5º 0.19% 0.98% -
XYZ 76.43 69.34 89.48 -
YUV 221.23 136.9 149.24 -
System Red Green Blue C M Y K H S L
Decimal 251 203 237 0 0.19 0.06 0.02 317.5 0.86 0.89
Hex FB CB ED 0 13 6 2 13E 56 59
Octal 373 313 355 0 23 6 2 476 126 131
Binary 11111011 11001011 11101101 0 10011 110 10 100111110 1010110 1011001

Color Harmonies of #FBCBED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBCBED

Black with #FBCBED

Text Example


Text Example

White with #FBCBED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBCBED; }

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

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

background-color css

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

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

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

border-color css

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

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

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