Html Css Color HEX #FD7D8C Carissma

📋 copy color: '#FD7D8C'

red 253 ◦ green 125 ◦ blue 140

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

Shades of Carissma #FD7D8C

Tints of Carissma #FD7D8C

RGB

 RED value IS 253 (99.22% from 255) = 48.84%

 GREEN value IS 125 (49.22% from 255) = 24.13%

 BLUE value IS 140 (55.08% from 255) = 27.03%

R = 48.84%
G = 24.13%
B = 27.03%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.45

 K value IS 0.01

RGB Variations

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

Color information

#FD7D8C (or 0xFD7D8C) is known color: Carissma. HEX triplet: FD, 7D and 8C. RGB value is (253,125,140). Sum of RGB (Red+Green+Blue) = 253+125+140=518 (68% of max value = 765). Red value is 253 (99.22% from 255 or 48.84% from 518); Green value is 125 (49.22% from 255 or 24.13% from 518); Blue value is 140 (55.08% from 255 or 27.03% from 518); Max value from RGB is 253 - color contains mainly: red. Hex color #FD7D8C is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FD7D8C is #028273. Grayscale: #A5A5A5. Windows color (decimal): -164468 or 9207293. OLE color: 9207293.

HSL color Cylindrical-coordinate representation of color #FD7D8C: hue angle of 352.97º degrees, saturation: 0.97, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #FD7D8C is Cyan = 0, Magento = 0.51, Yellow = 0.45 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 125 140 -
CMYK 0 0.51 0.45 0.01
HSL 352.97º 0.97% 0.74% -
HSV(B) 352.97º 0.51% 0.99% -
XYZ 52.58 37.44 29.27 -
YUV 164.98 113.91 190.78 -
System Red Green Blue C M Y K H S L
Decimal 253 125 140 0 0.51 0.45 0.01 352.97 0.97 0.74
Hex FD 7D 8C 0 33 2D 1 161 61 4A
Octal 375 175 214 0 63 55 1 541 141 112
Binary 11111101 1111101 10001100 0 110011 101101 1 101100001 1100001 1001010

Color Harmonies of #FD7D8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD7D8C

Black with #FD7D8C

Text Example


Text Example

White with #FD7D8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD7D8C; }

 p { color: rgb(253,125,140); }

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

background-color css

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

 a { background-color: rgb(253,125,140); }

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

border-color css

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

 span { border-color: rgb(253,125,140); }

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