Html Css Color HEX #FBD1EC Classic Rose

📋 copy color: '#FBD1EC'

red 251 ◦ green 209 ◦ blue 236

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

Shades of Classic Rose #FBD1EC

Tints of Classic Rose #FBD1EC

RGB

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

 GREEN value IS 209 (82.03% from 255) = 30.03%

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

R = 36.06%
G = 30.03%
B = 33.91%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.06

 K value IS 0.02

RGB Variations

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

Color information

#FBD1EC (or 0xFBD1EC) is known color: Classic Rose. HEX triplet: FB, D1 and EC. RGB value is (251,209,236). Sum of RGB (Red+Green+Blue) = 251+209+236=696 (92% of max value = 765). Red value is 251 (98.44% from 255 or 36.06% from 696); Green value is 209 (82.03% from 255 or 30.03% from 696); Blue value is 236 (92.58% from 255 or 33.91% from 696); Max value from RGB is 251 - color contains mainly: red. Hex color #FBD1EC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FBD1EC is #042E13. Grayscale: #E0E0E0. Windows color (decimal): -273940 or 15520251. OLE color: 15520251.

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

Color convert

RGB 251 209 236 -
CMYK 0 0.17 0.06 0.02
HSL 321.43º 0.84% 0.9% -
HSV(B) 321.43º 0.17% 0.98% -
XYZ 77.72 72.17 89.19 -
YUV 224.64 134.41 146.8 -
System Red Green Blue C M Y K H S L
Decimal 251 209 236 0 0.17 0.06 0.02 321.43 0.84 0.9
Hex FB D1 EC 0 11 6 2 141 54 5A
Octal 373 321 354 0 21 6 2 501 124 132
Binary 11111011 11010001 11101100 0 10001 110 10 101000001 1010100 1011010

Color Harmonies of #FBD1EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBD1EC

Black with #FBD1EC

Text Example


Text Example

White with #FBD1EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBD1EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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