Html Css Color HEX #FBD0E9 Classic Rose

📋 copy color: '#FBD0E9'

red 251 ◦ green 208 ◦ blue 233

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

Shades of Classic Rose #FBD0E9

Tints of Classic Rose #FBD0E9

RGB

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

 GREEN value IS 208 (81.64% from 255) = 30.06%

 BLUE value IS 233 (91.41% from 255) = 33.67%

R = 36.27%
G = 30.06%
B = 33.67%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.07

 K value IS 0.02

RGB Variations

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

Color information

#FBD0E9 (or 0xFBD0E9) is known color: Classic Rose. HEX triplet: FB, D0 and E9. RGB value is (251,208,233). Sum of RGB (Red+Green+Blue) = 251+208+233=692 (91% of max value = 765). Red value is 251 (98.44% from 255 or 36.27% from 692); Green value is 208 (81.64% from 255 or 30.06% from 692); Blue value is 233 (91.41% from 255 or 33.67% from 692); Max value from RGB is 251 - color contains mainly: red. Hex color #FBD0E9 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FBD0E9 is #042F16. Grayscale: #DFDFDF. Windows color (decimal): -274199 or 15323387. OLE color: 15323387.

HSL color Cylindrical-coordinate representation of color #FBD0E9: hue angle of 325.12º degrees, saturation: 0.84, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #FBD0E9 is Cyan = 0, Magento = 0.17, Yellow = 0.07 and Black (K on CMYK) = 0.02.

Color convert

RGB 251 208 233 -
CMYK 0 0.17 0.07 0.02
HSL 325.12º 0.84% 0.9% -
HSV(B) 325.12º 0.17% 0.98% -
XYZ 77.05 71.5 86.83 -
YUV 223.71 133.25 147.47 -
System Red Green Blue C M Y K H S L
Decimal 251 208 233 0 0.17 0.07 0.02 325.12 0.84 0.9
Hex FB D0 E9 0 11 7 2 145 54 5A
Octal 373 320 351 0 21 7 2 505 124 132
Binary 11111011 11010000 11101001 0 10001 111 10 101000101 1010100 1011010

Color Harmonies of #FBD0E9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBD0E9

Black with #FBD0E9

Text Example


Text Example

White with #FBD0E9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBD0E9; }

 p { color: rgb(251,208,233); }

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

background-color css

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

 a { background-color: rgb(251,208,233); }

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

border-color css

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

 span { border-color: rgb(251,208,233); }

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