Html Css Color HEX #FBD9DF Carousel Pink

📋 copy color: '#FBD9DF'

red 251 ◦ green 217 ◦ blue 223

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

Shades of Carousel Pink #FBD9DF

Tints of Carousel Pink #FBD9DF

RGB

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

 GREEN value IS 217 (85.16% from 255) = 31.4%

 BLUE value IS 223 (87.5% from 255) = 32.27%

R = 36.32%
G = 31.4%
B = 32.27%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.11

 K value IS 0.02

RGB Variations

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

Color information

#FBD9DF (or 0xFBD9DF) is known color: Carousel Pink. HEX triplet: FB, D9 and DF. RGB value is (251,217,223). Sum of RGB (Red+Green+Blue) = 251+217+223=691 (91% of max value = 765). Red value is 251 (98.44% from 255 or 36.32% from 691); Green value is 217 (85.16% from 255 or 31.40% from 691); Blue value is 223 (87.5% from 255 or 32.27% from 691); Max value from RGB is 251 - color contains mainly: red. Hex color #FBD9DF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBD9DF is #042620. Grayscale: #E3E3E3. Windows color (decimal): -271905 or 14670331. OLE color: 14670331.

HSL color Cylindrical-coordinate representation of color #FBD9DF: hue angle of 349.41º degrees, saturation: 0.81, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #FBD9DF is Cyan = 0, Magento = 0.14, Yellow = 0.11 and Black (K on CMYK) = 0.02.

Color convert

RGB 251 217 223 -
CMYK 0 0.14 0.11 0.02
HSL 349.41º 0.81% 0.92% -
HSV(B) 349.41º 0.14% 0.98% -
XYZ 77.92 75.46 80.27 -
YUV 227.85 125.26 144.51 -
System Red Green Blue C M Y K H S L
Decimal 251 217 223 0 0.14 0.11 0.02 349.41 0.81 0.92
Hex FB D9 DF 0 E B 2 15D 51 5C
Octal 373 331 337 0 16 13 2 535 121 134
Binary 11111011 11011001 11011111 0 1110 1011 10 101011101 1010001 1011100

Color Harmonies of #FBD9DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBD9DF

Black with #FBD9DF

Text Example


Text Example

White with #FBD9DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBD9DF; }

 p { color: rgb(251,217,223); }

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

background-color css

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

 a { background-color: rgb(251,217,223); }

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

border-color css

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

 span { border-color: rgb(251,217,223); }

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