Html Css Color HEX #FBCBDD Classic Rose

📋 copy color: '#FBCBDD'

red 251 ◦ green 203 ◦ blue 221

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

Shades of Classic Rose #FBCBDD

Tints of Classic Rose #FBCBDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 32.74%

R = 37.19%
G = 30.07%
B = 32.74%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.12

 K value IS 0.02

RGB Variations

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

Color information

#FBCBDD (or 0xFBCBDD) is known color: Classic Rose. HEX triplet: FB, CB and DD. RGB value is (251,203,221). Sum of RGB (Red+Green+Blue) = 251+203+221=675 (89% of max value = 765). Red value is 251 (98.44% from 255 or 37.19% from 675); Green value is 203 (79.69% from 255 or 30.07% from 675); Blue value is 221 (86.72% from 255 or 32.74% from 675); Max value from RGB is 251 - color contains mainly: red. Hex color #FBCBDD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBCBDD is #043422. Grayscale: #DBDBDB. Windows color (decimal): -275491 or 14535675. OLE color: 14535675.

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

Color convert

RGB 251 203 221 -
CMYK 0 0.19 0.12 0.02
HSL 337.5º 0.86% 0.89% -
HSV(B) 337.5º 0.19% 0.98% -
XYZ 74.19 68.44 77.71 -
YUV 219.4 128.9 150.54 -
System Red Green Blue C M Y K H S L
Decimal 251 203 221 0 0.19 0.12 0.02 337.5 0.86 0.89
Hex FB CB DD 0 13 C 2 152 56 59
Octal 373 313 335 0 23 14 2 522 126 131
Binary 11111011 11001011 11011101 0 10011 1100 10 101010010 1010110 1011001

Color Harmonies of #FBCBDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBCBDD

Black with #FBCBDD

Text Example


Text Example

White with #FBCBDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBCBDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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