Html Css Color HEX #FBCFDA Pink Lace

📋 copy color: '#FBCFDA'

red 251 ◦ green 207 ◦ blue 218

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

Shades of Pink Lace #FBCFDA

Tints of Pink Lace #FBCFDA

RGB

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

 GREEN value IS 207 (81.25% from 255) = 30.62%

 BLUE value IS 218 (85.55% from 255) = 32.25%

R = 37.13%
G = 30.62%
B = 32.25%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.13

 K value IS 0.02

RGB Variations

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

Color information

#FBCFDA (or 0xFBCFDA) is known color: Pink Lace. HEX triplet: FB, CF and DA. RGB value is (251,207,218). Sum of RGB (Red+Green+Blue) = 251+207+218=676 (89% of max value = 765). Red value is 251 (98.44% from 255 or 37.13% from 676); Green value is 207 (81.25% from 255 or 30.62% from 676); Blue value is 218 (85.55% from 255 or 32.25% from 676); Max value from RGB is 251 - color contains mainly: red. Hex color #FBCFDA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBCFDA is #043025. Grayscale: #DDDDDD. Windows color (decimal): -274470 or 14340091. OLE color: 14340091.

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

Color convert

RGB 251 207 218 -
CMYK 0 0.18 0.13 0.02
HSL 345º 0.85% 0.9% -
HSV(B) 345º 0.18% 0.98% -
XYZ 74.75 70.2 75.94 -
YUV 221.41 126.08 149.11 -
System Red Green Blue C M Y K H S L
Decimal 251 207 218 0 0.18 0.13 0.02 345 0.85 0.9
Hex FB CF DA 0 12 D 2 159 55 5A
Octal 373 317 332 0 22 15 2 531 125 132
Binary 11111011 11001111 11011010 0 10010 1101 10 101011001 1010101 1011010

Color Harmonies of #FBCFDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBCFDA

Black with #FBCFDA

Text Example


Text Example

White with #FBCFDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBCFDA; }

 p { color: rgb(251,207,218); }

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

background-color css

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

 a { background-color: rgb(251,207,218); }

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

border-color css

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

 span { border-color: rgb(251,207,218); }

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